From 2f73c0a0ecc72cc07c70321f2db2b9728ccbaca4 Mon Sep 17 00:00:00 2001 From: Jon Turney Date: Thu, 16 Nov 2023 17:40:16 +0000 Subject: [PATCH] Abbreviate 'Synchronisieren' to fit in the space available --- po/de/res.po | 2 +- res/de/res.rc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/po/de/res.po b/po/de/res.po index c62ac4c..905afae 100644 --- a/po/de/res.po +++ b/po/de/res.po @@ -482,7 +482,7 @@ msgstr "&Beste" #: DIALOG.IDD_CHOOSE.CONTROL.IDC_CHOOSE_SYNC msgid "&Sync" -msgstr "&Synchronisieren" +msgstr "&Synchr." #: DIALOG.IDD_CHOOSE.CONTROL.IDC_CHOOSE_EXP msgid "&Test" diff --git a/res/de/res.rc b/res/de/res.rc index c96d2d6..f5da527 100644 --- a/res/de/res.rc +++ b/res/de/res.rc @@ -218,7 +218,7 @@ BEGIN PUSHBUTTON "&Clear",IDC_CHOOSE_CLEAR_SEARCH,SETUP_CLEAR_X,30,SETUP_CLEAR_W,14 CONTROL "&Behalten",IDC_CHOOSE_KEEP,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,SETUP_KEEP_X,30,SETUP_KPCE_W,14 CONTROL "&Beste",IDC_CHOOSE_BEST,"Button",BS_AUTORADIOBUTTON,SETUP_BEST_X,30,SETUP_KPCE_W,14 - CONTROL "&Synchronisieren",IDC_CHOOSE_SYNC,"Button",BS_AUTORADIOBUTTON,SETUP_SYNC_X,30,SETUP_KPCE_W,14 + CONTROL "&Synchr.",IDC_CHOOSE_SYNC,"Button",BS_AUTORADIOBUTTON,SETUP_SYNC_X,30,SETUP_KPCE_W,14 CONTROL "&Test",IDC_CHOOSE_EXP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,SETUP_EXP_X,30,SETUP_KPCE_W,14 CONTROL "",IDC_HEADSEPARATOR,"Static",SS_BLACKFRAME | SS_SUNKEN,0,28,SETUP_STANDARD_DIALOG_W,1 CONTROL "",IDC_CHOOSE_LIST,WC_LISTVIEW,LVS_NOSORTHEADER | LVS_REPORT | LVS_SINGLESEL | WS_TABSTOP,SETUP_CHOOSE_X,47,SETUP_CHOOSE_W,120,WS_EX_CLIENTEDGE -- 2.11.4.GIT