Author: cfinck
Date: Fri May 9 06:38:45 2008
New Revision: 33387
URL:
http://svn.reactos.org/svn/reactos?rev=33387&view=rev
Log:
Change the translation of the "Help" menu item to "?", so that the
menu can be displayed in one line at a small window size.
Also minor indentation fix
See issue #2590 for more details.
Modified:
trunk/reactos/base/applications/games/winemine/lang/el-GR.rc
Modified: trunk/reactos/base/applications/games/winemine/lang/el-GR.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/games/wi…
==============================================================================
--- trunk/reactos/base/applications/games/winemine/lang/el-GR.rc [iso-8859-1] (original)
+++ trunk/reactos/base/applications/games/winemine/lang/el-GR.rc [iso-8859-1] Fri May 9
06:38:45 2008
@@ -12,7 +12,7 @@
IDM_WINEMINE MENU DISCARDABLE
BEGIN
POPUP "&Game"
- BEGIN
+ BEGIN
MENUITEM "&ÍÝï\tF2", IDM_NEW
MENUITEM SEPARATOR
MENUITEM "&Óçìåßùóç ìå åñùôçìáôéêü", IDM_MARKQ
@@ -26,8 +26,8 @@
MENUITEM SEPARATOR
MENUITEM "¸&îïäïò", IDM_EXIT
END
- POPUP "&Ðëçñïöïñßåò"
- BEGIN
+ POPUP "&?"
+ BEGIN
MENUITEM "&Ó÷åôéêÜ...", IDM_ABOUT
END
END