1
0
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:
Mathieu Schroeter 2017-02-17 18:11:50 +01:00
parent 82789807ed
commit 311e7dabad

View File

@ -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;