aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mail-config/e-mail-config-yahoo-summary.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-02-17 23:47:06 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-06-03 11:00:42 +0800
commit48e680cdf39ab5754b000229f8ded1a8eeebf437 (patch)
tree063b7412f13d2248612b1872a0cf4ffbc119631f /modules/mail-config/e-mail-config-yahoo-summary.c
parent209e47b133349dc29c3eb68b9d4b5ac3465e0a0d (diff)
downloadgsoc2013-evolution-48e680cdf39ab5754b000229f8ded1a8eeebf437.tar
gsoc2013-evolution-48e680cdf39ab5754b000229f8ded1a8eeebf437.tar.gz
gsoc2013-evolution-48e680cdf39ab5754b000229f8ded1a8eeebf437.tar.bz2
gsoc2013-evolution-48e680cdf39ab5754b000229f8ded1a8eeebf437.tar.lz
gsoc2013-evolution-48e680cdf39ab5754b000229f8ded1a8eeebf437.tar.xz
gsoc2013-evolution-48e680cdf39ab5754b000229f8ded1a8eeebf437.tar.zst
gsoc2013-evolution-48e680cdf39ab5754b000229f8ded1a8eeebf437.zip
Add 'mail-config' module.
This breaks a good chunk of logic out of EMAccountEditor and hopefully makes it less brittle. Because honestly, every time I fix one thing in EMAccountEditor it breaks three other things. It's unmaintainable.
Diffstat (limited to 'modules/mail-config/e-mail-config-yahoo-summary.c')
-rw-r--r--modules/mail-config/e-mail-config-yahoo-summary.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mail-config/e-mail-config-yahoo-summary.c b/modules/mail-config/e-mail-config-yahoo-summary.c
index c97585d9f8..d922845ba1 100644
--- a/modules/mail-config/e-mail-config-yahoo-summary.c
+++ b/modules/mail-config/e-mail-config-yahoo-summary.c
@@ -253,7 +253,7 @@ mail_config_yahoo_summary_constructed (GObject *object)
gtk_widget_show (widget);
g_free (markup);
- text = _("Add Yahoo! Ca_lendar to this account");
+ text = _("Add Yahoo! Ca_lendar and Tasks to this account");
widget = gtk_check_button_new_with_mnemonic (text);
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (widget), TRUE);
gtk_widget_set_margin_left (widget, 12);