diff options
author | Andre Klapper <a9016009@gmx.de> | 2009-09-21 06:50:14 +0800 |
---|---|---|
committer | Andre Klapper <a9016009@gmx.de> | 2009-09-21 06:50:14 +0800 |
commit | 7c259219a9b0a37ac0dafee22634973c5f424bad (patch) | |
tree | e336f7e77a9691fee87bfb16349472aad93ed0ef /modules/calendar | |
parent | cf63ded6203aaf3dc7bf3f91dba64c95059a1802 (diff) | |
download | gsoc2013-evolution-7c259219a9b0a37ac0dafee22634973c5f424bad.tar.gz gsoc2013-evolution-7c259219a9b0a37ac0dafee22634973c5f424bad.tar.zst gsoc2013-evolution-7c259219a9b0a37ac0dafee22634973c5f424bad.zip |
Typo fix
Diffstat (limited to 'modules/calendar')
-rw-r--r-- | modules/calendar/e-cal-shell-view-taskpad.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/calendar/e-cal-shell-view-taskpad.c b/modules/calendar/e-cal-shell-view-taskpad.c index 965ec47c49..0301d9c1a1 100644 --- a/modules/calendar/e-cal-shell-view-taskpad.c +++ b/modules/calendar/e-cal-shell-view-taskpad.c @@ -386,7 +386,7 @@ static GtkActionEntry calendar_taskpad_entries[] = { { "calendar-taskpad-mark-incomplete", NULL, - N_("_Mar_k as Incomplete"), + N_("_Mark as Incomplete"), NULL, N_("Mark selected tasks as incomplete"), G_CALLBACK (action_calendar_taskpad_mark_incomplete_cb) }, |