mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
Add missing string to translate
This commit is contained in:
parent
82789807ed
commit
311e7dabad
@ -3978,7 +3978,7 @@ void CEvent::PrivateLibelle()
|
||||
char buffer[100];
|
||||
const char *text = nullptr;
|
||||
|
||||
snprintf (m_libelle, sizeof (m_libelle), "%s", "1|Goal :");
|
||||
snprintf (m_libelle, sizeof (m_libelle), "%s", gettext ("1|Goal :"));
|
||||
|
||||
memcpy (&term, m_pDecor->GetTerminated(), sizeof (Term));
|
||||
nb = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user