aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets
diff options
context:
space:
mode:
authorRodney Dawes <dobey@ximian.com>2004-02-07 05:28:16 +0800
committerRodney Dawes <dobey@src.gnome.org>2004-02-07 05:28:16 +0800
commit37275272729828d0b79da8f03878e21e9098099a (patch)
tree416a13d072065245b9684a233502152bb5aa2b45 /addressbook/gui/widgets
parentf1088a30d366f1362f31d1b0422452ad058a2640 (diff)
downloadgsoc2013-evolution-37275272729828d0b79da8f03878e21e9098099a.tar
gsoc2013-evolution-37275272729828d0b79da8f03878e21e9098099a.tar.gz
gsoc2013-evolution-37275272729828d0b79da8f03878e21e9098099a.tar.bz2
gsoc2013-evolution-37275272729828d0b79da8f03878e21e9098099a.tar.lz
gsoc2013-evolution-37275272729828d0b79da8f03878e21e9098099a.tar.xz
gsoc2013-evolution-37275272729828d0b79da8f03878e21e9098099a.tar.zst
gsoc2013-evolution-37275272729828d0b79da8f03878e21e9098099a.zip
Use "Address Book" instead of "folder" or "Addressbook" for the "Address
2004-02-06 Rodney Dawes <dobey@ximian.com> * gui/widgets/e-addressbook-view.c: Use "Address Book" instead of "folder" or "Addressbook" for the "Address Book Sources..." and copy/move contact menu items Fixes #53654 svn path=/trunk/; revision=24662
Diffstat (limited to 'addressbook/gui/widgets')
-rw-r--r--addressbook/gui/widgets/e-addressbook-view.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/addressbook/gui/widgets/e-addressbook-view.c b/addressbook/gui/widgets/e-addressbook-view.c
index d134707741..1738067873 100644
--- a/addressbook/gui/widgets/e-addressbook-view.c
+++ b/addressbook/gui/widgets/e-addressbook-view.c
@@ -1053,7 +1053,7 @@ do_popup_menu(EABView *view, GdkEvent *event)
E_POPUP_ITEM (N_("Import..."), G_CALLBACK (import), POPUP_READONLY_MASK),
E_POPUP_SEPARATOR,
E_POPUP_ITEM (N_("Search for Contacts..."), G_CALLBACK (search), 0),
- E_POPUP_ITEM (N_("Addressbook Sources..."), G_CALLBACK (sources), 0),
+ E_POPUP_ITEM (N_("Address Book Sources..."), G_CALLBACK (sources), 0),
E_POPUP_SEPARATOR,
E_POPUP_ITEM (N_("Pilot Settings..."), G_CALLBACK (pilot_settings), 0),
#endif
@@ -1067,8 +1067,8 @@ do_popup_menu(EABView *view, GdkEvent *event)
#endif
E_POPUP_SEPARATOR,
- E_POPUP_ITEM (N_("Copy to folder..."), G_CALLBACK(copy_to_folder), POPUP_NOSELECTION_MASK),
- E_POPUP_ITEM (N_("Move to folder..."), G_CALLBACK(move_to_folder), POPUP_READONLY_MASK | POPUP_NOSELECTION_MASK),
+ E_POPUP_ITEM (N_("Copy to Address Book..."), G_CALLBACK(copy_to_folder), POPUP_NOSELECTION_MASK),
+ E_POPUP_ITEM (N_("Move to Address Book..."), G_CALLBACK(move_to_folder), POPUP_READONLY_MASK | POPUP_NOSELECTION_MASK),
E_POPUP_SEPARATOR,
E_POPUP_ITEM (N_("Cut"), G_CALLBACK (cut), POPUP_READONLY_MASK | POPUP_NOSELECTION_MASK),