From 751b6e793822eb6442cd8e79be17d63113d80eea Mon Sep 17 00:00:00 2001 From: "Carlos R. Mafra" Date: Mon, 31 Jan 2011 11:10:20 +0100 Subject: [PATCH] WPrefs: Update ballon text for "Window Focus Preferences" MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Thanks to Camille d'Alméras for pointing it out. Signed-off-by: Carlos R. Mafra --- WPrefs.app/Focus.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/WPrefs.app/Focus.c b/WPrefs.app/Focus.c index fe6b6fef..99a49ead 100644 --- a/WPrefs.app/Focus.c +++ b/WPrefs.app/Focus.c @@ -330,10 +330,7 @@ Panel *InitFocus(WMScreen * scr, WMWindow * win) memset(panel, 0, sizeof(_Panel)); panel->sectionName = _("Window Focus Preferences"); - - panel->description = _("Keyboard focus switching policy, colormap switching\n" - "policy for 8bpp displays and other related options."); - + panel->description = _("Keyboard focus switching policy and related options."); panel->parent = win; panel->callbacks.createWidgets = createPanel; -- 2.11.4.GIT