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

Add missing char for Hebrew

This commit is contained in:
Mathieu Schroeter 2019-02-15 23:55:59 +01:00
parent 7efa181ed5
commit 8d84e12ce8

View File

@ -2804,7 +2804,7 @@ CEvent::DrawButtons ()
else if (locale == "pt")
lang = "Português";
else if (locale == "he")
lang = "עברי";
lang = "עברית";
lg = GetTextWidth (lang.c_str ());
lg = IsRightReading () ? -lg : lg;