aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar/e-memo-shell-backend.c
diff options
context:
space:
mode:
authorAndre Klapper <a9016009@gmx.de>2009-09-21 06:52:27 +0800
committerAndre Klapper <a9016009@gmx.de>2009-09-21 06:52:27 +0800
commitc65d5ab1f7475519dee9fd572c52a38ea571ccbd (patch)
treecb9c62546c69f29b190b19e681f665f682493321 /modules/calendar/e-memo-shell-backend.c
parent7c259219a9b0a37ac0dafee22634973c5f424bad (diff)
downloadgsoc2013-evolution-c65d5ab1f7475519dee9fd572c52a38ea571ccbd.tar
gsoc2013-evolution-c65d5ab1f7475519dee9fd572c52a38ea571ccbd.tar.gz
gsoc2013-evolution-c65d5ab1f7475519dee9fd572c52a38ea571ccbd.tar.bz2
gsoc2013-evolution-c65d5ab1f7475519dee9fd572c52a38ea571ccbd.tar.lz
gsoc2013-evolution-c65d5ab1f7475519dee9fd572c52a38ea571ccbd.tar.xz
gsoc2013-evolution-c65d5ab1f7475519dee9fd572c52a38ea571ccbd.tar.zst
gsoc2013-evolution-c65d5ab1f7475519dee9fd572c52a38ea571ccbd.zip
Restore translation context (NC) for three strings
Diffstat (limited to 'modules/calendar/e-memo-shell-backend.c')
-rw-r--r--modules/calendar/e-memo-shell-backend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/calendar/e-memo-shell-backend.c b/modules/calendar/e-memo-shell-backend.c
index 90ecc916b1..71d44603dc 100644
--- a/modules/calendar/e-memo-shell-backend.c
+++ b/modules/calendar/e-memo-shell-backend.c
@@ -320,7 +320,7 @@ static GtkActionEntry item_entries[] = {
{ "memo-shared-new",
"stock_insert-note",
- N_("_Shared Memo"),
+ NC_("New", "_Shared Memo"),
"<Shift><Control>h",
N_("Create a new shared memo"),
G_CALLBACK (action_memo_new_cb) }