mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
fix german menu text
svn path=/trunk/; revision=11681
This commit is contained in:
parent
59f81f9539
commit
36c518427e
1 changed files with 5 additions and 4 deletions
|
@ -138,12 +138,13 @@ IDM_WINEFILE MENU FIXED IMPURE
|
|||
MENUITEM "&Suchen...\tF1" , ID_HELP
|
||||
MENUITEM "Hilfe &verwenden\tF1" , ID_HELP_USING
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Info about &Winefile..." , ID_ABOUT
|
||||
MENUITEM "&Info über Winefile..." , ID_ABOUT
|
||||
/* POPUP "Inf&o..." {
|
||||
MENUITEM "Info über &Wine..." , ID_ABOUT_WINE
|
||||
// MENUITEM "&Lizenz" ID_LICENSE
|
||||
// MENUITEM "&KEINE GARANTIE" ID_NO_WARRANTY
|
||||
}*/
|
||||
MENUITEM "&Lizenz" ID_LICENSE
|
||||
MENUITEM "&KEINE GARANTIE" ID_NO_WARRANTY
|
||||
}
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue