[evolution/wip/gsettings] Bug #655702 - Do not call Lists Groups when they are Lists anywhere else



commit 868aaad8f2fb88c2c6f1cf292b4f224e80dd26a5
Author: Andre Klapper <a9016009 gmx de>
Date:   Thu Aug 4 11:39:32 2011 +0200

    Bug #655702 - Do not call Lists Groups when they are Lists anywhere else

 calendar/gui/dialogs/memo-page.ui |    2 +-
 calendar/gui/dialogs/task-page.c  |    2 +-
 calendar/gui/dialogs/task-page.ui |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/calendar/gui/dialogs/memo-page.ui b/calendar/gui/dialogs/memo-page.ui
index 465ab8c..c4206e2 100644
--- a/calendar/gui/dialogs/memo-page.ui
+++ b/calendar/gui/dialogs/memo-page.ui
@@ -228,7 +228,7 @@
                 <child>
                   <object class="GtkLabel" id="label23">
                     <property name="visible">True</property>
-                    <property name="label" translatable="yes">_Group:</property>
+                    <property name="label" translatable="yes">_List:</property>
                     <property name="use_underline">True</property>
                     <property name="use_markup">False</property>
                     <property name="justify">GTK_JUSTIFY_LEFT</property>
diff --git a/calendar/gui/dialogs/task-page.c b/calendar/gui/dialogs/task-page.c
index 12902ff..ed45b89 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);
diff --git a/calendar/gui/dialogs/task-page.ui b/calendar/gui/dialogs/task-page.ui
index 9aab40a..7033784 100644
--- a/calendar/gui/dialogs/task-page.ui
+++ b/calendar/gui/dialogs/task-page.ui
@@ -426,7 +426,7 @@
                         <child>
                           <object class="GtkLabel" id="group-label">
                             <property name="visible">True</property>
-                            <property name="label" translatable="yes">_Group:</property>
+                            <property name="label" translatable="yes">_List:</property>
                             <property name="use_underline">True</property>
                           </object>
                           <packing>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]