GNOME Bugzilla – Bug 162848
gnome-schedule message construction extremely unlocalizable
Last modified: 2005-08-16 10:53:43 UTC
#: src/crontabEditorHelper.py:102 src/gnome-schedule.glade.h:39 msgid "Happens all " #: src/crontabEditorHelper.py:102 src/crontabEditorHelper.py:206 msgid "s" self.trans_field = self.ParentClass.schedule.translate_frequency (field) self.radAll.set_label(_("Happens all ") + self.trans_field + _("s")) Please *never* do string surgery like this! This is inheritly untranslatable.
Also applies to this: self.radRange.set_label (_("Happens from ") + self.trans_field)
*** This bug has been marked as a duplicate of 162866 ***
blocking..
Strings removed.