aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/task-page.c
diff options
context:
space:
mode:
authorAndre Klapper <a9016009@gmx.de>2011-08-04 17:39:32 +0800
committerAndre Klapper <a9016009@gmx.de>2011-08-04 17:39:32 +0800
commit5375b2e66d508e2d8e45a13b50deeb668af730c4 (patch)
treea0883730ece9c73d81faeabe567ea06e59574c31 /calendar/gui/dialogs/task-page.c
parent90f7050236c48d42c4b416748aede29265519f2d (diff)
downloadgsoc2013-evolution-5375b2e66d508e2d8e45a13b50deeb668af730c4.tar
gsoc2013-evolution-5375b2e66d508e2d8e45a13b50deeb668af730c4.tar.gz
gsoc2013-evolution-5375b2e66d508e2d8e45a13b50deeb668af730c4.tar.bz2
gsoc2013-evolution-5375b2e66d508e2d8e45a13b50deeb668af730c4.tar.lz
gsoc2013-evolution-5375b2e66d508e2d8e45a13b50deeb668af730c4.tar.xz
gsoc2013-evolution-5375b2e66d508e2d8e45a13b50deeb668af730c4.tar.zst
gsoc2013-evolution-5375b2e66d508e2d8e45a13b50deeb668af730c4.zip
Bug #655702 - Do not call Lists Groups when they are Lists anywhere else
Diffstat (limited to 'calendar/gui/dialogs/task-page.c')
-rw-r--r--calendar/gui/dialogs/task-page.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/dialogs/task-page.c b/calendar/gui/dialogs/task-page.c
index 12902ff6d4..ed45b89ed1 100644
--- a/calendar/gui/dialogs/task-page.c
+++ b/calendar/gui/dialogs/task-page.c
@@ -328,7 +328,7 @@ sensitize_widgets (TaskPage *tpage)
gtk_widget_hide (priv->attendee_box);
gtk_widget_hide (priv->organizer);
gtk_widget_hide (priv->invite);
- gtk_label_set_text_with_mnemonic (GTK_LABEL (priv->org_cal_label), _("_Group:"));
+ gtk_label_set_text_with_mnemonic (GTK_LABEL (priv->org_cal_label), _("_List:"));
gtk_label_set_mnemonic_widget (GTK_LABEL (priv->org_cal_label), priv->source_selector);
} else {
gtk_widget_show (priv->invite);