diff options
author | Matthew Loper <mloper@src.gnome.org> | 2000-05-08 04:49:15 +0800 |
---|---|---|
committer | Matthew Loper <mloper@src.gnome.org> | 2000-05-08 04:49:15 +0800 |
commit | 994667f2fe90e00983675f1559fb341ab6d3cf87 (patch) | |
tree | 22794d0b897fa15985eae797345fe900fc4a5f83 /mail/folder-browser-factory.c | |
parent | 56f9196ac4e30fd0f5e0bd79bab0dcfc9856c8ff (diff) | |
download | gsoc2013-evolution-994667f2fe90e00983675f1559fb341ab6d3cf87.tar.gz gsoc2013-evolution-994667f2fe90e00983675f1559fb341ab6d3cf87.tar.zst gsoc2013-evolution-994667f2fe90e00983675f1559fb341ab6d3cf87.zip |
Changed a toolbar button from saying "New mail" (which suggests you might
* folder-browser-factory.c: Changed a toolbar button from saying
"New mail" (which suggests you might be composing new mail) to
"Get mail".
svn path=/trunk/; revision=2880
Diffstat (limited to 'mail/folder-browser-factory.c')
-rw-r--r-- | mail/folder-browser-factory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/folder-browser-factory.c b/mail/folder-browser-factory.c index 31d270e708..e21240a5f8 100644 --- a/mail/folder-browser-factory.c +++ b/mail/folder-browser-factory.c @@ -109,7 +109,7 @@ random_cb (GtkWidget *button, gpointer user_data) } static GnomeUIInfo gnome_toolbar [] = { - GNOMEUIINFO_ITEM_STOCK (N_("New mail"), N_("Check for new mail"), fetch_mail, GNOME_STOCK_PIXMAP_MAIL_RCV), + GNOMEUIINFO_ITEM_STOCK (N_("Get mail"), N_("Check for new mail"), fetch_mail, GNOME_STOCK_PIXMAP_MAIL_RCV), GNOMEUIINFO_ITEM_STOCK (N_("Send"), N_("Send a new message"), send_msg, GNOME_STOCK_PIXMAP_MAIL_SND), GNOMEUIINFO_ITEM_STOCK (N_("Find"), N_("Find messages"), random_cb, GNOME_STOCK_PIXMAP_SEARCH), |