[EXPLORER][BROWSEUI] de-DE.rc fix 3 german keyboard accelerators

[BROWSEUI] German accelerator for "F&avoriten" collided with "&Ansicht".
[EXPLORER] German accelerator for "F&avoriten" must be "&Favoriten" also in the startmenu.
[BROWSEUI] German accelerator for "S&chnellstartleiste" was missing.
Fix all 3 by switching to what MS uses in german XPSP3.

see the before-state with the [BROWSEUI] collision here:
https://jira.reactos.org/secure/attachment/65116/ros.png

Please note that in current master head the accelerators in
[BROWSEUI] filebrowser are generally broken for other reasons.
So this commit will not entirely fix CORE-18824 yet, but just
rules out the small related glitches in the german rc-files.
This commit is contained in:
Joachim Henze 2023-02-08 10:05:04 +01:00
parent f73ac17e30
commit 06b25bc9dd
2 changed files with 3 additions and 3 deletions

View file

@ -30,7 +30,7 @@ BEGIN
BEGIN
MENUITEM "(Leer)", -1, MFT_STRING, MFS_GRAYED
END
POPUP "F&avoriten", IDM_FAVORITES
POPUP "&Favoriten", IDM_FAVORITES
BEGIN
MENUITEM "(Leer)", -1, MFT_STRING, MFS_GRAYED
END

View file

@ -73,7 +73,7 @@ BEGIN
END
MENUITEM "&Aktualisieren", IDM_VIEW_REFRESH
END
POPUP "F&avoriten", FCIDM_MENU_FAVORITES
POPUP "&Favoriten", FCIDM_MENU_FAVORITES
BEGIN
MENUITEM "&Zu Favoriten hinzufügen...", IDM_FAVORITES_ADDTOFAVORITES
MENUITEM "Fav&oriten verwalten...", IDM_FAVORITES_ORGANIZEFAVORITES
@ -99,7 +99,7 @@ BEGIN
POPUP "&Symbolleisten", -1, MFT_STRING, MFS_ENABLED, 0
BEGIN
MENUITEM "&Desktop", IDM_TASKBAR_TOOLBARS_DESKTOP, MFT_STRING
MENUITEM "Schnellstartleiste", IDM_TASKBAR_TOOLBARS_QUICKLAUNCH, MFT_STRING
MENUITEM "S&chnellstartleiste", IDM_TASKBAR_TOOLBARS_QUICKLAUNCH, MFT_STRING
MENUITEM "", -1, MFT_SEPARATOR, MFS_ENABLED
MENUITEM "&Neue Symbolleiste...", IDM_TASKBAR_TOOLBARS_NEW, MFT_STRING
END