From 268e5b7ef6c214a2eb68a8dfcb3045ba26a1b756 Mon Sep 17 00:00:00 2001 From: Nomis101 Date: Tue, 9 Jul 2019 14:03:01 +0200 Subject: [PATCH] Fix "Toolbar" issue in german HB Closes #2185. It turned out you need to use the exact wording that Apple wants, to make the toggleToolbarShown work correctly. --- macosx/de.lproj/MainMenu.strings | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/macosx/de.lproj/MainMenu.strings b/macosx/de.lproj/MainMenu.strings index 4dfab96b7..e88e35569 100644 --- a/macosx/de.lproj/MainMenu.strings +++ b/macosx/de.lproj/MainMenu.strings @@ -224,13 +224,13 @@ "Hzp-jb-hme.title" = "Darstellung"; /* Class = "NSMenuItem"; title = "Show Toolbar"; ObjectID = "IsV-5A-bqx"; */ -"IsV-5A-bqx.title" = "Werkzeugleiste zeigen"; +"IsV-5A-bqx.title" = "Symbolleiste einblenden"; /* Class = "NSMenuItem"; title = "Video"; ObjectID = "Jef-U4-eQT"; */ "Jef-U4-eQT.title" = "Video"; /* Class = "NSMenuItem"; title = "Customize Toolbar…"; ObjectID = "KKV-n0-Fmr"; */ -"KKV-n0-Fmr.title" = "Werkzeugleiste anpassen …"; +"KKV-n0-Fmr.title" = "Symbolleiste anpassen …"; /* Class = "NSMenuItem"; title = "Chapters"; ObjectID = "lCU-PH-gal"; */ "lCU-PH-gal.title" = "Kapitel"; -- 2.40.0