diff options
author | Andre Klapper <a9016009@gmx.de> | 2006-01-24 04:36:39 +0800 |
---|---|---|
committer | Andre Klapper <aklapper@src.gnome.org> | 2006-01-24 04:36:39 +0800 |
commit | f2af566464a2df9e9d3475c58c56ff93f4d77623 (patch) | |
tree | 5e7bd0d05035ee093bee22f09ee4188c18fac78c /calendar | |
parent | 2057cc4985738c019a06b5de132a8ce3d3c691eb (diff) | |
download | gsoc2013-evolution-f2af566464a2df9e9d3475c58c56ff93f4d77623.tar.gz gsoc2013-evolution-f2af566464a2df9e9d3475c58c56ff93f4d77623.tar.zst gsoc2013-evolution-f2af566464a2df9e9d3475c58c56ff93f4d77623.zip |
added translator comment to a string. Fixes bug 328006.
2006-01-23 Andre Klapper <a9016009@gmx.de>
* gui/e-day-view-time-item.c: added translator comment
to a string. Fixes bug 328006.
svn path=/trunk/; revision=31287
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 5 | ||||
-rw-r--r-- | calendar/gui/e-day-view-time-item.c | 4 |
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)); |