From 311e7dabad2b5de251f308ec771c51c407637894 Mon Sep 17 00:00:00 2001 From: Mathieu Schroeter Date: Fri, 17 Feb 2017 18:11:50 +0100 Subject: [PATCH] Add missing string to translate --- src/event.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/event.cpp b/src/event.cpp index 39da9e1..502fa75 100644 --- a/src/event.cpp +++ b/src/event.cpp @@ -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;