anaconda: user message spelling correction

This commit is contained in:
Joanna Rutkowska 2011-04-09 23:53:17 +02:00
parent 919d7c8554
commit d0bc9daab8

View File

@ -71,7 +71,7 @@ class CongratulationWindow (InstallWindow):
hbox.pack_start (a, False, False, 36) hbox.pack_start (a, False, False, 36)
txt = _("Congratulations, your Qubes installation is complete.\n\n" txt = _("Congratulations, your Qubes installation is complete.\n\n"
"Please reboot to start useing the installed system.") "Please reboot to start using the installed system.")
label = gui.WrappingLabel(txt) label = gui.WrappingLabel(txt)
label.set_size_request(250, -1) label.set_size_request(250, -1)