mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 12:28:22 +01:00
Consistent terms for switch panel cycling.
The terms "switch panel" and "cycling" have been used in Window Maker since time immemorial but have not always been applied consistently.
This commit is contained in:
committed by
Carlos R. Mafra
parent
a772f2797d
commit
bb9f91a355
@@ -1420,7 +1420,7 @@ static void create_tab_window_advanced(WWindow *wwin, InspectorPanel *panel, int
|
||||
case 3:
|
||||
caption = _("Do not show in the switch panel");
|
||||
flag = WFLAGP(wwin, skip_switchpanel);
|
||||
descr = _("Do not include in switchpanel while alternating windows.");
|
||||
descr = _("Do not include in switch panel while cycling windows.");
|
||||
break;
|
||||
case 4:
|
||||
caption = _("Do not let it take focus");
|
||||
|
||||
Reference in New Issue
Block a user