+ chg: German languge small adaptions

This commit is contained in:
Rainer Kottenhoff 2019-07-31 00:04:22 +02:00
parent e6930e18c8
commit d473bb394a
2 changed files with 2 additions and 2 deletions

View File

@ -508,7 +508,7 @@ END
IDD_MUI_MODIFYLINES DIALOGEX 0, 0, 182, 110
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Zeilen Numerieren"
CAPTION "Zeilen Modifizieren"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "&Voranstellen:",IDC_STATIC,7,7,120,8

View File

@ -206,7 +206,7 @@ BEGIN
MENUITEM "Entferne &anhängende Leerzeichen\tAlt+W", IDM_EDIT_TRIMLINES
MENUITEM "Vereinige &Leerzeichen\tCtrl+Alt+P", IDM_EDIT_COMPRESS_BLANKS
MENUITEM SEPARATOR
MENUITEM "&Numeriere Zeilen...\tAlt+M", IDM_EDIT_MODIFYLINES
MENUITEM "&Modifiziere Zeilen...\tAlt+M", IDM_EDIT_MODIFYLINES
MENUITEM "&Zeilen &ausrichten...\tAlt+J", IDM_EDIT_ALIGN
MENUITEM "&Sortiere Zeilen...\tAlt+O", IDM_EDIT_SORTLINES
END