e winlist: make more sense by reading "Window Switcher" instead of "Window List" (as per description).

SVN revision: 73513
devs/princeamd/enlightenment-0.17-elive
Chidambar Zinnoury 11 years ago
parent e70e5698e7
commit e992d60de5
  1. 2
      src/modules/winlist/e_int_config_winlist.c
  2. 2
      src/modules/winlist/e_mod_main.c
  3. 2
      src/modules/winlist/module.desktop.in

@ -55,7 +55,7 @@ e_int_config_winlist(E_Container *con, const char *params __UNUSED__)
v->basic.create_widgets = _basic_create;
v->basic.check_changed = _basic_check_changed;
cfd = e_config_dialog_new(con, _("Window List Settings"),
cfd = e_config_dialog_new(con, _("Window Switcher Settings"),
"E", "windows/window_list",
"preferences-winlist", 0, v, NULL);
return cfd;

@ -23,7 +23,7 @@ e_modapi_init(E_Module *m)
{
conf_module = m;
e_configure_registry_category_add("windows", 50, _("Windows"), NULL, "preferences-system-windows");
e_configure_registry_item_add("windows/window_list", 70, _("Window List"), NULL, "preferences-winlist", e_int_config_winlist);
e_configure_registry_item_add("windows/window_list", 70, _("Window Switcher"), NULL, "preferences-winlist", e_int_config_winlist);
e_winlist_init();
/* add module supplied action */
act = e_action_add("winlist");

@ -1,6 +1,6 @@
[Desktop Entry]
Type=Link
Name=Window Switcher List
Name=Window Switcher
Name[ru]=Список переключения окон
Name[cs]=Přepínač oken
Name[de]=Fensterwechsel-Liste

Loading…
Cancel
Save