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")
             ^^                                           ^^^^

        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

-- 
Daniel Price, Solaris Kernel Engineering    http://blogs.sun.com/dp
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to