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 /addressbook | |
parent | 8e2b445e9dd2ec76be420bfffdf13bbacae14a3e (diff) | |
download | gsoc2013-evolution-a6c6f6d90674cf789a114768f8597086b572ffae.tar.gz 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 'addressbook')
-rw-r--r-- | addressbook/gui/component/e-book-shell-module.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/addressbook/gui/component/e-book-shell-module.c b/addressbook/gui/component/e-book-shell-module.c index a3f8a7aea0..0e48f06858 100644 --- a/addressbook/gui/component/e-book-shell-module.c +++ b/addressbook/gui/component/e-book-shell-module.c @@ -288,7 +288,7 @@ static GtkActionEntry item_entries[] = { { "contact-new", "contact-new", - N_("_Contact"), /* XXX Need C_() here */ + NC_("New", "_Contact"), "<Shift><Control>c", N_("Create a new contact"), G_CALLBACK (action_contact_new_cb) }, @@ -305,7 +305,7 @@ static GtkActionEntry source_entries[] = { { "address-book-new", "address-book-new", - N_("Address _Book"), + NC_("New", "Address _Book"), NULL, N_("Create a new address book"), G_CALLBACK (action_address_book_new_cb) } |