aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Mueller <tobiasmue@src.gnome.org>2008-08-15 10:56:24 +0800
committerTobias Mueller <tobiasmue@src.gnome.org>2008-08-15 10:56:24 +0800
commitb6ef0e573d2bbe17959d2f428f22d37e27dbb0a5 (patch)
treed4966ddc0d401c7b36690a0a144a81124a39902d
parent31ab3e7713d0613e6bd1cbb1610fed82cc53ddb8 (diff)
downloadgsoc2013-evolution-b6ef0e573d2bbe17959d2f428f22d37e27dbb0a5.tar
gsoc2013-evolution-b6ef0e573d2bbe17959d2f428f22d37e27dbb0a5.tar.gz
gsoc2013-evolution-b6ef0e573d2bbe17959d2f428f22d37e27dbb0a5.tar.bz2
gsoc2013-evolution-b6ef0e573d2bbe17959d2f428f22d37e27dbb0a5.tar.lz
gsoc2013-evolution-b6ef0e573d2bbe17959d2f428f22d37e27dbb0a5.tar.xz
gsoc2013-evolution-b6ef0e573d2bbe17959d2f428f22d37e27dbb0a5.tar.zst
gsoc2013-evolution-b6ef0e573d2bbe17959d2f428f22d37e27dbb0a5.zip
Patch by Paul Bolle which uses "Calendars" as a label for component
instead of "Calendar" for consistency. svn path=/trunk/; revision=35996
-rw-r--r--calendar/ChangeLog6
-rw-r--r--calendar/gui/calendar-component.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 9eb7f83319..ed2b8ae6e4 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,9 @@
+2008-08-04 Paul Bolle <pebolle@tiscali.nl>
+
+ * gui/gui/calendar-component.c: (set_info):
+ Use "Calendars" as label for component, not "Calendar", for
+ consistency.
+
2008-08-14 Sebastien Bacher <seb128@ubuntu.com>
** Fix for bug #547805
diff --git a/calendar/gui/calendar-component.c b/calendar/gui/calendar-component.c
index 4dff00825c..2cbaa6f09e 100644
--- a/calendar/gui/calendar-component.c
+++ b/calendar/gui/calendar-component.c
@@ -802,7 +802,7 @@ set_info (CalendarComponentView *component_view)
g_return_if_reached ();
}
- e_info_label_set_info (component_view->info_label, _("Calendar"), buffer);
+ e_info_label_set_info (component_view->info_label, _("Calendars"), buffer);
}
static void