From: Carlos R. Mafra Date: Mon, 12 Nov 2012 22:50:23 +0000 (+0000) Subject: WPrefs: Remove pointless 'this is annoying' warning X-Git-Tag: wmaker-0.95.4~44 X-Git-Url: https://repo.or.cz/w/wmaker-crm.git/commitdiff_plain/2dc97e4f153f3ebd7de598987a5e82eaef37d3b7 WPrefs: Remove pointless 'this is annoying' warning Is it annoying to whom? --- diff --git a/WPrefs.app/MenuPreferences.c b/WPrefs.app/MenuPreferences.c index b56e8e2b..c93ee30c 100644 --- a/WPrefs.app/MenuPreferences.c +++ b/WPrefs.app/MenuPreferences.c @@ -194,9 +194,7 @@ static void createPanel(Panel * p) panel->wrapB = WMCreateSwitchButton(panel->optF); WMResizeWidget(panel->wrapB, 440, 32); WMMoveWidget(panel->wrapB, 25, 8); - WMSetButtonText(panel->wrapB, - _ - ("Always open submenus inside the screen, instead of scrolling.\nNote: this is annoying.")); + WMSetButtonText(panel->wrapB, _("Always open submenus inside the screen, instead of scrolling.")); panel->autoB = WMCreateSwitchButton(panel->optF); WMResizeWidget(panel->autoB, 440, 32);