1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

Update translations (replace Belmont by Yverdon)

This commit is contained in:
Mathieu Schroeter 2017-08-24 00:15:38 +02:00
parent bf63e2602a
commit 25240911c8
5 changed files with 1386 additions and 1382 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -2538,8 +2538,8 @@ CEvent::DrawButtons ()
pos.y = 40;
DrawText (m_pPixmap, pos, text);
text = gettext (
"This game is an original creation of EPSITEC SA, CH-1092 Belmont");
text = gettext ("This game is an original creation of Epsitec SA, CH-1400 "
"Yverdon-les-Bains");
lg = GetTextWidth (text);
pos.x = LXIMAGE / 2 - lg / 2;