[ros-diffs] [cwittich] 38389: rename "New..." to "New" and "Open" to "Open..." (for german and english only)

cwittich at svn.reactos.org cwittich at svn.reactos.org
Sat Dec 27 15:18:12 CET 2008


Author: cwittich
Date: Sat Dec 27 08:18:11 2008
New Revision: 38389

URL: http://svn.reactos.org/svn/reactos?rev=38389&view=rev
Log:
rename "New..." to "New" and "Open" to "Open..." (for german and english only)

Modified:
    trunk/reactos/base/applications/notepad/lang/de-DE.rc
    trunk/reactos/base/applications/notepad/lang/en-US.rc

Modified: trunk/reactos/base/applications/notepad/lang/de-DE.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/notepad/lang/de-DE.rc?rev=38389&r1=38388&r2=38389&view=diff
==============================================================================
--- trunk/reactos/base/applications/notepad/lang/de-DE.rc [iso-8859-1] (original)
+++ trunk/reactos/base/applications/notepad/lang/de-DE.rc [iso-8859-1] Sat Dec 27 08:18:11 2008
@@ -42,7 +42,7 @@
 BEGIN
 	POPUP "&Datei"
 	BEGIN
-		MENUITEM "&Neu...",           CMD_NEW
+		MENUITEM "&Neu",           CMD_NEW
 		MENUITEM "Ö&ffnen...",        CMD_OPEN
 		MENUITEM "&Speichern",        CMD_SAVE
 		MENUITEM "Speichern &unter...",       CMD_SAVE_AS

Modified: trunk/reactos/base/applications/notepad/lang/en-US.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/notepad/lang/en-US.rc?rev=38389&r1=38388&r2=38389&view=diff
==============================================================================
--- trunk/reactos/base/applications/notepad/lang/en-US.rc [iso-8859-1] (original)
+++ trunk/reactos/base/applications/notepad/lang/en-US.rc [iso-8859-1] Sat Dec 27 08:18:11 2008
@@ -42,8 +42,8 @@
 BEGIN
 	POPUP "&File"
 	BEGIN
-		MENUITEM "&New...",           CMD_NEW
-		MENUITEM "&Open\tCtrl+O",     CMD_OPEN
+		MENUITEM "&New",           CMD_NEW
+		MENUITEM "&Open...\tCtrl+O",     CMD_OPEN
 		MENUITEM "&Save\tCtrl+S",     CMD_SAVE
 		MENUITEM "Save &as...",       CMD_SAVE_AS
 		MENUITEM SEPARATOR



More information about the Ros-diffs mailing list