1
0
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:
Iain Patterson
2014-06-15 08:52:55 +01:00
committed by Carlos R. Mafra
parent a772f2797d
commit bb9f91a355
16 changed files with 32 additions and 32 deletions

View File

@@ -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");