Dan Price wrote:
Here's a fix for:
8505 minor messaging fixups in gui
Which just cleans up some awkward messages I experienced while
using the UM tonight.
BTW-- can anyone explain why the \n's are needed in these lines
of code? Is this some sort of odd i18n thing?
info_str = \
_(
"\nUpdate All finished successfully in < 1 min\n\n")
^^ ^^^^
They should not be there but this was only picked up in review after the
l10n deadline, so as the translations have gone out to external vendors,
the only way to change the string was post process it.
Will be fixed post 2009.06. If you apply this fix it will break l10n for
these strings so please do so post 2009.06.
Thanks,
JR
self.w_um_completed_time_label.set_text(info_str.strip('\n'))
^^^^^^^^^^^^^^^^^^^^
info_str = ...
My fix:
http://cr.opensolaris.org/~dp/pkg-guifixes/
Thanks,
-dp
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss