diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-12-28 12:16:48 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-12-28 12:16:48 +0800 |
commit | a6c6f6d90674cf789a114768f8597086b572ffae (patch) | |
tree | deba09b296186f3695a51cec37ae1a71b394fe6c /shell/test | |
parent | 8e2b445e9dd2ec76be420bfffdf13bbacae14a3e (diff) | |
download | gsoc2013-evolution-a6c6f6d90674cf789a114768f8597086b572ffae.tar gsoc2013-evolution-a6c6f6d90674cf789a114768f8597086b572ffae.tar.gz gsoc2013-evolution-a6c6f6d90674cf789a114768f8597086b572ffae.tar.bz2 gsoc2013-evolution-a6c6f6d90674cf789a114768f8597086b572ffae.tar.lz gsoc2013-evolution-a6c6f6d90674cf789a114768f8597086b572ffae.tar.xz gsoc2013-evolution-a6c6f6d90674cf789a114768f8597086b572ffae.tar.zst gsoc2013-evolution-a6c6f6d90674cf789a114768f8597086b572ffae.zip |
Solve a translation issue related to the New menu.
svn path=/branches/kill-bonobo/; revision=36934
Diffstat (limited to 'shell/test')
-rw-r--r-- | shell/test/e-test-shell-module.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/test/e-test-shell-module.c b/shell/test/e-test-shell-module.c index 2668396a12..6b2c5c4179 100644 --- a/shell/test/e-test-shell-module.c +++ b/shell/test/e-test-shell-module.c @@ -53,7 +53,7 @@ static GtkActionEntry item_entries[] = { { "test-item-new", "document-new", - N_("_Test Item"), + NC_("New", "_Test Item"), NULL, N_("Create a new test item"), G_CALLBACK (action_test_item_new_cb) } @@ -63,7 +63,7 @@ static GtkActionEntry source_entries[] = { { "test-source-new", "folder-new", - N_("Test _Source"), + NC_("New", "Test _Source"), NULL, N_("Create a new test source"), G_CALLBACK (action_test_source_new_cb) } |