GNOME Bugzilla – Bug 247535
Snooze Time "minutes" string Improperly marked for translation
Last modified: 2004-12-17 18:50:53 UTC
In Evolution Calendar there is a string that could be improved: #.calendar/gui/alarm-notify/alarm-notify.glade.h:2 Snooze time (minutes): Snooze for %s minutes. Where %s represents the counter.
The Alarm Dialog is being re-designed. Currently the re-design moves "minutes" to after the spinbutton. I still need to figure out how to do ngettext() on it properly though, since it is a glade string, and we want to update the translation when the user changes the spin button.
according to http://codeblogs.ximian.com/blogs/evolution/archives/000411.html this has been solved.
It is partially solved. It needs to be fixed to properly use gettext to translate the "minutes" string though. Thanks for the reminder though.
This is now fixed so that it properly calls ngettext () for the "minutes" label.