Fix mismatching parameters for e_action_predef_name_{set,del}() (patch from Igor...
authorMassimo Maiurana <maiurana@gmail.com>
Sun, 16 Dec 2012 16:51:12 +0000 (16:51 +0000)
committerMassimo Maiurana <maiurana@gmail.com>
Sun, 16 Dec 2012 16:51:12 +0000 (16:51 +0000)
SVN revision: 81048

src/modules/clock/e_mod_main.c
src/modules/everything/e_mod_main.c
src/modules/everything/evry_plugin.c
src/modules/syscon/e_mod_main.c

index 2140838..11b752e 100644 (file)
@@ -900,7 +900,7 @@ e_modapi_shutdown(E_Module *m __UNUSED__)
 {
    if (act)
      {
-        e_action_predef_name_del(_("Clock"), _("Show calendar"));
+        e_action_predef_name_del(_("Clock"), _("Toggle calendar"));
         e_action_del("clock");
         act = NULL;
      }
index 76e2dcc..f594678 100644 (file)
@@ -196,7 +196,7 @@ e_modapi_shutdown(E_Module *m __UNUSED__)
    if (act)
      {
         e_action_predef_name_del(_("Everything Launcher"),
-                                 _("Show Everything Dialog"));
+                                 _("Show Everything Launcher"));
         e_action_del("everything");
      }
 
index 8e9cbed..c8d8deb 100644 (file)
@@ -207,7 +207,7 @@ evry_plugin_unregister(Evry_Plugin *p)
         char buf[256];
         snprintf(buf, sizeof(buf), _("Show %s Plugin"), p->name);
 
-        e_action_predef_name_del(_("Everything"), buf);
+        e_action_predef_name_del(_("Everything Launcher"), buf);
      }
 }
 
index 48390a9..800fb31 100644 (file)
@@ -28,7 +28,7 @@ e_modapi_init(E_Module *m)
    if (act)
      {
         act->func.go = _e_mod_action_syscon_cb;
-        e_action_predef_name_set(_("System"), _("System Control"), "syscon",
+        e_action_predef_name_set(_("System"), _("System Controls"), "syscon",
                                  NULL, NULL, 0);
      }
    maug = e_int_menus_menu_augmentation_add_sorted