1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-23 06:38:05 +01:00

WPrefs: Update ballon text for "Window Focus Preferences"

Thanks to Camille d'Alméras for pointing it out.

Signed-off-by: Carlos R. Mafra <crmafra@gmail.com>
This commit is contained in:
Carlos R. Mafra
2011-01-31 11:10:20 +01:00
parent bbaa42240f
commit 751b6e7938

View File

@@ -330,10 +330,7 @@ Panel *InitFocus(WMScreen * scr, WMWindow * win)
memset(panel, 0, sizeof(_Panel)); memset(panel, 0, sizeof(_Panel));
panel->sectionName = _("Window Focus Preferences"); panel->sectionName = _("Window Focus Preferences");
panel->description = _("Keyboard focus switching policy and related options.");
panel->description = _("Keyboard focus switching policy, colormap switching\n"
"policy for 8bpp displays and other related options.");
panel->parent = win; panel->parent = win;
panel->callbacks.createWidgets = createPanel; panel->callbacks.createWidgets = createPanel;