summaryrefslogtreecommitdiff
path: root/DistUpgrade/DistUpgradeView.py
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-02-27 15:16:55 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2006-02-27 15:16:55 +0100
commit979d4cafb3d30920b95dfaf26e204bda408d4591 (patch)
tree87600a39caf98c0048de17efd4e28688248b0848 /DistUpgrade/DistUpgradeView.py
parent844dbc885a1b7e5cec27811f65a0e5e5104748bc (diff)
downloadpython-apt-979d4cafb3d30920b95dfaf26e204bda408d4591.tar.gz
* Typos
Diffstat (limited to 'DistUpgrade/DistUpgradeView.py')
-rw-r--r--DistUpgrade/DistUpgradeView.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/DistUpgrade/DistUpgradeView.py b/DistUpgrade/DistUpgradeView.py
index 4c9103ba..8e9a3d3f 100644
--- a/DistUpgrade/DistUpgradeView.py
+++ b/DistUpgrade/DistUpgradeView.py
@@ -65,9 +65,9 @@ class DistUpgradeView(object):
def confirmRestart(self):
" generic ask about the restart, can be overriden "
summary = _("Reboot required")
- msg = _("The upgrade is finished now. "
- "A reboot is required to "
- "now, do you want to do this "
+ msg = _("The upgrade is finished and "
+ "a reboot is required. "
+ "Do you want to do this "
"now?")
return self.askYesNoQuestion(summary, msg)
def error(self, summary, msg, extended_msg=None):