diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | ChangeLog.pre-2-10 | 7 | ||||
-rw-r--r-- | gtk/gtkcalendar.c | 4 |
3 files changed, 4 insertions, 14 deletions
@@ -1,12 +1,7 @@ 2006-01-25 Behdad Esfahbod <behdad@gnome.org> * gtk/gtkcalendar.c (calendar_paint_week_numbers, calendar_paint_day): - Oops. s/_(/Q_(/ in the patch. - -2006-01-25 Behdad Esfahbod <behdad@gnome.org> - - * gtk/gtkcalendar.c (calendar_paint_week_numbers, calendar_paint_day): - Use translated strings calendar:week:digits|%d and + Use contexed translated strings calendar:week:digits|%d and calendar:day:digits|%d to let translators choose localized digits for week and day numbers. (bug #317171, Hamed Malek) diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 101962bfe0..950a1adde4 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,12 +1,7 @@ 2006-01-25 Behdad Esfahbod <behdad@gnome.org> * gtk/gtkcalendar.c (calendar_paint_week_numbers, calendar_paint_day): - Oops. s/_(/Q_(/ in the patch. - -2006-01-25 Behdad Esfahbod <behdad@gnome.org> - - * gtk/gtkcalendar.c (calendar_paint_week_numbers, calendar_paint_day): - Use translated strings calendar:week:digits|%d and + Use contexed translated strings calendar:week:digits|%d and calendar:day:digits|%d to let translators choose localized digits for week and day numbers. (bug #317171, Hamed Malek) diff --git a/gtk/gtkcalendar.c b/gtk/gtkcalendar.c index 5e68c5de63..ace78aa7f2 100644 --- a/gtk/gtkcalendar.c +++ b/gtk/gtkcalendar.c @@ -2073,7 +2073,7 @@ calendar_paint_week_numbers (GtkCalendar *calendar) g_return_if_fail (result); /* Translators: this defines whether the week numbers should use - * localized digits or the ones used in Latin (0123...). + * localized digits or the ones used in English (0123...). * * Translate to "calendar:week:digits|%Id" if you want to use localized * digits. Leave it alone to whatever it is otherwise. @@ -2198,7 +2198,7 @@ calendar_paint_day (GtkCalendar *calendar, } /* Translators: this defines whether the day numbers should use - * localized digits or the ones used in Latin (0123...). + * localized digits or the ones used in English (0123...). * * Translate to "calendar:day:digits|%Id" if you want to use localized * digits. Leave it alone to whatever it is otherwise. |