diff options
author | Andre Klapper <a9016009@gmx.de> | 2009-09-21 06:52:27 +0800 |
---|---|---|
committer | Andre Klapper <a9016009@gmx.de> | 2009-09-21 06:52:27 +0800 |
commit | c65d5ab1f7475519dee9fd572c52a38ea571ccbd (patch) | |
tree | cb9c62546c69f29b190b19e681f665f682493321 /modules/calendar | |
parent | 7c259219a9b0a37ac0dafee22634973c5f424bad (diff) | |
download | gsoc2013-evolution-c65d5ab1f7475519dee9fd572c52a38ea571ccbd.tar.gz gsoc2013-evolution-c65d5ab1f7475519dee9fd572c52a38ea571ccbd.tar.zst gsoc2013-evolution-c65d5ab1f7475519dee9fd572c52a38ea571ccbd.zip |
Restore translation context (NC) for three strings
Diffstat (limited to 'modules/calendar')
-rw-r--r-- | modules/calendar/e-memo-shell-backend.c | 2 | ||||
-rw-r--r-- | modules/calendar/e-task-shell-backend.c | 2 |
2 files changed, 2 insertions, 2 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) } diff --git a/modules/calendar/e-task-shell-backend.c b/modules/calendar/e-task-shell-backend.c index 756aca6a39..2564c18177 100644 --- a/modules/calendar/e-task-shell-backend.c +++ b/modules/calendar/e-task-shell-backend.c @@ -324,7 +324,7 @@ static GtkActionEntry item_entries[] = { { "task-assigned-new", "stock_task", - N_("Assigne_d Task"), + NC_("New", "Assigne_d Task"), NULL, N_("Create a new assigned task"), G_CALLBACK (action_task_new_cb) } |