aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar/e-cal-shell-view-taskpad.c
diff options
context:
space:
mode:
authorAndre Klapper <a9016009@gmx.de>2009-09-21 06:50:14 +0800
committerAndre Klapper <a9016009@gmx.de>2009-09-21 06:50:14 +0800
commit7c259219a9b0a37ac0dafee22634973c5f424bad (patch)
treee336f7e77a9691fee87bfb16349472aad93ed0ef /modules/calendar/e-cal-shell-view-taskpad.c
parentcf63ded6203aaf3dc7bf3f91dba64c95059a1802 (diff)
downloadgsoc2013-evolution-7c259219a9b0a37ac0dafee22634973c5f424bad.tar
gsoc2013-evolution-7c259219a9b0a37ac0dafee22634973c5f424bad.tar.gz
gsoc2013-evolution-7c259219a9b0a37ac0dafee22634973c5f424bad.tar.bz2
gsoc2013-evolution-7c259219a9b0a37ac0dafee22634973c5f424bad.tar.lz
gsoc2013-evolution-7c259219a9b0a37ac0dafee22634973c5f424bad.tar.xz
gsoc2013-evolution-7c259219a9b0a37ac0dafee22634973c5f424bad.tar.zst
gsoc2013-evolution-7c259219a9b0a37ac0dafee22634973c5f424bad.zip
Typo fix
Diffstat (limited to 'modules/calendar/e-cal-shell-view-taskpad.c')
-rw-r--r--modules/calendar/e-cal-shell-view-taskpad.c2
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) },