mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-22 22:28:02 +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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user