"Show Calendar" action correctly renamed to "Toggle Calendar"
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Mon, 26 Nov 2012 14:13:21 +0000 (14:13 +0000)
committerMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Mon, 26 Nov 2012 14:13:21 +0000 (14:13 +0000)
SVN revision: 79720

src/modules/clock/e_mod_main.c

index 6aea20f..1ac551c 100644 (file)
@@ -862,7 +862,7 @@ e_modapi_init(E_Module *m)
         act->func.go_mouse = _e_mod_action_cb_mouse;
         act->func.go_edge = _e_mod_action_cb_edge;
 
-        e_action_predef_name_set(_("Clock"), _("Show calendar"), "clock", "show_calendar", NULL, 0);
+        e_action_predef_name_set(_("Clock"), _("Toggle calendar"), "clock", "show_calendar", NULL, 0);
      }
 
    clock_config->module = m;