diff options
author | Michael Meeks <michael.meeks@novell.com> | 2010-04-26 19:33:02 +0800 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2010-04-26 19:33:02 +0800 |
commit | 7ef34bfaae3e776101ff086bfb18494869e39e55 (patch) | |
tree | 2a1831023ca4e249e040c7ca2e4bfba2aa8b219e /capplet | |
parent | b2121b1cf705447bdb3ac1708105b014cb6a8f3b (diff) | |
download | gsoc2013-evolution-7ef34bfaae3e776101ff086bfb18494869e39e55.tar.gz gsoc2013-evolution-7ef34bfaae3e776101ff086bfb18494869e39e55.tar.zst gsoc2013-evolution-7ef34bfaae3e776101ff086bfb18494869e39e55.zip |
equivocate on mail recommendation
Diffstat (limited to 'capplet')
-rw-r--r-- | capplet/settings/mail-account-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/capplet/settings/mail-account-view.c b/capplet/settings/mail-account-view.c index e25d144409..1446923c5a 100644 --- a/capplet/settings/mail-account-view.c +++ b/capplet/settings/mail-account-view.c @@ -719,7 +719,7 @@ mav_next_pressed (GtkButton *button, MailAccountView *mav) gtk_toggle_button_set_active ((GtkToggleButton *)mav->priv->gcontacts, TRUE); gtk_toggle_button_set_active ((GtkToggleButton *)mav->priv->calendar, TRUE); - mav->priv->gmail_info_label = gtk_label_new (_("You need to enable IMAP access.")); + mav->priv->gmail_info_label = gtk_label_new (_("You may need to enable IMAP access.")); gtk_label_set_selectable ((GtkLabel *)mav->priv->gmail_info_label, TRUE); gtk_widget_show (mav->priv->gcontacts); |