From e7007c1d59d0a9a646a6aa7dd76acf38735e9df5 Mon Sep 17 00:00:00 2001 From: Gale Andrews Date: Sat, 22 Apr 2017 01:35:05 +0100 Subject: [PATCH] Remove unwanted period --- src/prefs/GUIPrefs.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/prefs/GUIPrefs.cpp b/src/prefs/GUIPrefs.cpp index 5bfef828b..eb1ca45b3 100644 --- a/src/prefs/GUIPrefs.cpp +++ b/src/prefs/GUIPrefs.cpp @@ -144,7 +144,7 @@ void GUIPrefs::PopulateOrExchange(ShuttleGui & S) mHtmlHelpCodes); S.SetSizeHints(mHtmlHelpChoices); - S.TieChoice(_("Theme:"), + S.TieChoice(_("Th&eme:"), wxT("/GUI/Theme"), defaultTheme, mThemeChoices, @@ -174,7 +174,7 @@ void GUIPrefs::PopulateOrExchange(ShuttleGui & S) S.TieCheckBox(_("S&how 'How to Get Help' dialog box at program start up"), wxT("/GUI/ShowSplashScreen"), true); - S.TieCheckBox(_("Show e&xtra menus."), + S.TieCheckBox(_("Show e&xtra menus"), wxT("/GUI/ShowExtraMenus"), false); }