Re: GDM string "%x" and c-format in po file

2010-03-19 Thread Tommi Vainikainen
Johannes Schmid writes: > I guess you should file a bug and ping the gdm maintainers. Now filed: https://bugzilla.gnome.org/show_bug.cgi?id=613306 -- Tommi Vainikainen ___ gnome-i18n mailing list gnome-i18n@gnome.org http://mail.gnome.org/mailman/list

Re: GDM string "%x" and c-format in po file

2010-03-18 Thread Johannes Schmid
Hi! > diff --git a/gui/simple-greeter/gdm-clock-widget.c > b/gui/simple-greeter/gdm-cloc > index 9008e6d..b3e6da8 100644 > --- a/gui/simple-greeter/gdm-clock-widget.c > +++ b/gui/simple-greeter/gdm-clock-widget.c > @@ -83,6 +83,7 @@ update_time_format (GdmClockWidget *clock) > cl

Re: GDM string "%x" and c-format in po file

2010-03-18 Thread Khaled Hosny
On Thu, Mar 18, 2010 at 02:16:06PM +0200, Tommi Vainikainen wrote: > Hi, > > I was about to update gdm's translation, and noticed that only change > was string "%x" which was already translated but the old translation did > not have "c-format" marker for msgid. Because this string goes to > strfti

GDM string "%x" and c-format in po file

2010-03-18 Thread Tommi Vainikainen
Hi, I was about to update gdm's translation, and noticed that only change was string "%x" which was already translated but the old translation did not have "c-format" marker for msgid. Because this string goes to strftime, not to printf, I think this should not have c-format. And if I translate is