Merge lp:~dpolehn-gmail/update-manager/fix-918302 into lp:update-manager

Proposed by Daniel Polehn
Status: Merged
Merged at revision: 2313
Proposed branch: lp:~dpolehn-gmail/update-manager/fix-918302
Merge into: lp:update-manager
Diff against target: 26 lines (+7/-1)
2 files modified
DistUpgrade/DistUpgradeView.py (+1/-1)
debian/changelog (+6/-0)
To merge this branch: bzr merge lp:~dpolehn-gmail/update-manager/fix-918302
Reviewer Review Type Date Requested Status
Brian Murray Approve
Review via email: mp+90219@code.launchpad.net

Description of the change

changed use of cancelled to canceled.

To post a comment you must log in.
2313. By Daniel Polehn

Made usage of 'canceled' v. 'cancelled' consistent. LP: #918302

Revision history for this message
Brian Murray (brian-murray) wrote :

Perfect, thanks for fixing that!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'DistUpgrade/DistUpgradeView.py'
2--- DistUpgrade/DistUpgradeView.py 2011-10-14 22:00:20 +0000
3+++ DistUpgrade/DistUpgradeView.py 2012-01-25 22:45:34 +0000
4@@ -370,7 +370,7 @@
5 if (pkgs_upgrade + pkgs_inst + pkgs_remove) > 100:
6 msg += "\n\n%s" % _( "Fetching and installing the upgrade "
7 "can take several hours. Once the download "
8- "has finished, the process cannot be cancelled.")
9+ "has finished, the process cannot be canceled.")
10 # Show an error if no actions are planned
11 if (pkgs_upgrade + pkgs_inst + pkgs_remove) < 1:
12 # FIXME: this should go into DistUpgradeController
13
14=== modified file 'debian/changelog'
15--- debian/changelog 2012-01-25 16:59:26 +0000
16+++ debian/changelog 2012-01-25 22:45:34 +0000
17@@ -1,3 +1,9 @@
18+update-manager (1:0.156.3) precise; urgency=low
19+
20+ * Made usage of 'canceled' v. 'cancelled' consistent. LP: #918302
21+
22+ -- Daniel Polehn <dpolehn@gmail.com> Wed, 25 Jan 2012 14:36:06 -0800
23+
24 update-manager (1:0.156.2) UNRELEASED; urgency=low
25
26 [ Michael Vogt ]

Subscribers

People subscribed via source and target branches

to status/vote changes: