=== modified file 'debian/changelog' --- debian/changelog 2010-12-26 21:35:16 +0000 +++ debian/changelog 2011-01-05 20:31:52 +0000 @@ -1,3 +1,10 @@ +ubiquity (2.5.7ubuntu1) maverick; urgency=low + + * Change prepare sentence. (LP: #691671) + * Change prepare sentence. (LP: #694220) + + -- Leo Albert Jackson Jr (Coders United) Wed, 05 Jan 2011 12:27:13 -0500 + ubiquity (2.5.7) UNRELEASED; urgency=low * Set the accessible name of every widget. === modified file 'gui/gtk/stepPrepare.ui' --- gui/gtk/stepPrepare.ui 2010-09-13 11:54:53 +0000 +++ gui/gtk/stepPrepare.ui 2011-01-05 18:22:19 +0000 @@ -19,7 +19,7 @@ True 0 - <b>For best results, please ensure:</b> + <b>For best results, please ensure that this computer:</b> True @@ -49,7 +49,7 @@ True - that you are plugged in to a power source + that you are plugged-in to a power source 1 === modified file 'gui/qt/stepPrepare.ui' --- gui/qt/stepPrepare.ui 2010-08-16 09:41:35 +0000 +++ gui/qt/stepPrepare.ui 2011-01-05 17:44:49 +0000 @@ -17,7 +17,7 @@ - <b>For best results, please ensure:</b> + <b>For best results, please ensure that this computer:</b> Qt::RichText === modified file 'ubiquity/gtkwidgets.py' --- ubiquity/gtkwidgets.py 2010-12-16 16:12:36 +0000 +++ ubiquity/gtkwidgets.py 2011-01-05 22:29:59 +0000 @@ -1004,7 +1004,7 @@ if __name__ == "__main__": options = ('that you have at least 3GB available drive space', - 'that you are plugged in to a power source', + 'that you are plugged-in to a power source', 'that you are connected to the Internet with an ethernet cable') w = gtk.Window() w.connect('destroy', gtk.main_quit)