[ros-diffs] [cfinck] 33387: 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.

cfinck at svn.reactos.org cfinck at svn.reactos.org
Fri May 9 13:38:45 CEST 2008


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/winemine/lang/el-GR.rc?rev=33387&r1=33386&r2=33387&view=diff
==============================================================================
--- 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



More information about the Ros-diffs mailing list