Page 1 of 1

[fixed 6.3.7] mintInstall 6.3.4: i18n of Finished

Posted: Sun Jun 14, 2009 7:19 am
by scs
The message "Finished" in the progress bar of installing/upgrading is not internationalised.

Suggestion of emorrp1:
emorrp1 wrote:@clem: internationalisation bug - reported by scs and redvivi:

line 126 of mintInstall.py - "Finished" not internationalised:

Code: Select all

-      progressbar.set_text("Finished")
+      progressbar.set_text(_("Finished"))

Re: Internationalisation bug in mintInstall 6.3.4: "Finished"

Posted: Sun Jun 14, 2009 1:39 pm
by emorrp1
I, of course, can confirm this bug, and the suggested fix.

Re: [solved] mintInstall 6.3.4: internationalisation of Finished

Posted: Tue Jul 14, 2009 9:18 am
by emorrp1