"Show Calendar" action correctly renamed to "Toggle Calendar"

SVN revision: 79720
This commit is contained in:
Mike Blumenkrantz 2012-11-26 14:13:21 +00:00
parent 2ac82d5a0c
commit 16fc340345
1 changed files with 1 additions and 1 deletions

View 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;