Author: hbelusca
Date: Wed Jun 29 23:21:07 2016
New Revision: 71702
URL:
http://svn.reactos.org/svn/reactos?rev=71702&view=rev
Log:
[NOTEPAD]: Fix German menu keyboard shortcuts, by Joachim Henze.
CORE-11461 #resolve #comment German shortcut fixed, thanks!
Modified:
trunk/reactos/base/applications/notepad/lang/de-DE.rc
Modified: trunk/reactos/base/applications/notepad/lang/de-DE.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/notepad/…
==============================================================================
--- 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] Wed Jun 29 23:21:07
2016
@@ -41,12 +41,12 @@
MENUITEM "&Einfügen\tStrg+V", CMD_PASTE
MENUITEM "&Löschen\tEntf", CMD_DELETE
MENUITEM SEPARATOR
- MENUITEM "Suchen...", CMD_SEARCH
+ MENUITEM "Suchen...\tStrg+F", CMD_SEARCH
MENUITEM "&Weitersuchen\tF3", CMD_SEARCH_NEXT
MENUITEM "&Ersetzen\tStrg+H", CMD_REPLACE
MENUITEM "Gehe zu...\tStrg+G", CMD_GOTO
MENUITEM SEPARATOR
- MENUITEM "Alles &markieren", CMD_SELECT_ALL
+ MENUITEM "Alles &markieren\tStrg+A", CMD_SELECT_ALL
MENUITEM "&Uhrzeit/Datum\tF5", CMD_TIME_DATE
END
POPUP "F&ormat"