Merge lp:~evfool/update-manager/fix689034 into lp:update-manager

Proposed by Robert Roth
Status: Merged
Merged at revision: 2030
Proposed branch: lp:~evfool/update-manager/fix689034
Merge into: lp:update-manager
Diff against target: 21 lines (+2/-2)
1 file modified
DistUpgrade/DistUpgradeController.py (+2/-2)
To merge this branch: bzr merge lp:~evfool/update-manager/fix689034
Reviewer Review Type Date Requested Status
Ubuntu Core Development Team Pending
Review via email: mp+49355@code.launchpad.net

Description of the change

Fix for lp:#689034 and a simple grammar mistake fix (its was used instead of it's).

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'DistUpgrade/DistUpgradeController.py'
2--- DistUpgrade/DistUpgradeController.py 2011-02-03 10:55:15 +0000
3+++ DistUpgrade/DistUpgradeController.py 2011-02-11 06:21:54 +0000
4@@ -274,7 +274,7 @@
5 descr += _(
6 "If you run a firewall, you may need to "
7 "temporarily open this port. As this is "
8- "potentially dangerous its not done automatically."
9+ "potentially dangerous it's not done automatically. "
10 "You can open the port with e.g.:\n'%s'") % cmd
11 self._view.information(summary, descr)
12 return True
13@@ -966,7 +966,7 @@
14 if user_canceled:
15 self._view.information(_("Upgrade canceled"),
16 _("The upgrade will cancel now and the "
17- "original system state will be restored."
18+ "original system state will be restored. "
19 "You can resume the upgrade at a later "
20 "time."))
21 else:

Subscribers

People subscribed via source and target branches

to status/vote changes: