aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
Diffstat (limited to 'calendar')
-rw-r--r--calendar/ChangeLog5
-rw-r--r--calendar/gui/e-day-view-time-item.c4
2 files changed, 9 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 69e2ea2250..3b8113e245 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,10 @@
2006-01-23 Andre Klapper <a9016009@gmx.de>
+ * gui/e-day-view-time-item.c: added translator comment
+ to a string. Fixes bug 328006.
+
+2006-01-23 Andre Klapper <a9016009@gmx.de>
+
* gui/print.c: added translator comments to workday
abbreviations. Fixes bug 328007.
diff --git a/calendar/gui/e-day-view-time-item.c b/calendar/gui/e-day-view-time-item.c
index a19b23dac8..c4705e69f0 100644
--- a/calendar/gui/e-day-view-time-item.c
+++ b/calendar/gui/e-day-view-time-item.c
@@ -550,6 +550,10 @@ e_day_view_time_item_show_popup_menu (EDayViewTimeItem *dvtmitem,
for (i = 0; i < num_divisions; i++) {
g_snprintf (buffer, sizeof (buffer),
+ /* TO TRANSLATORS: %02i is the number of minutes; this is a context menu entry
+ * to change the length of the time division in the calendar day view, e.g.
+ * a day is displayed in 24 "60 minute divisions" or 48 "30 minute divisions"
+ */
_("%02i minute divisions"), divisions[i]);
item = gtk_radio_menu_item_new_with_label (group, buffer);
group = gtk_radio_menu_item_group (GTK_RADIO_MENU_ITEM (item));