Merge lp:~mvo/software-center/lp1026494 into lp:software-center/5.2

Proposed by Michael Vogt
Status: Merged
Merged at revision: 3070
Proposed branch: lp:~mvo/software-center/lp1026494
Merge into: lp:software-center/5.2
Diff against target: 12 lines (+1/-1)
1 file modified
softwarecenter/hw.py (+1/-1)
To merge this branch: bzr merge lp:~mvo/software-center/lp1026494
Reviewer Review Type Date Requested Status
Gary Lasker (community) Approve
Review via email: mp+115661@code.launchpad.net

Description of the change

Trivial typo fix that can cause crash in hw detection (LP: #1026494) and caused test-suite failure on my box.

To post a comment you must log in.
Revision history for this message
Gary Lasker (gary-lasker) wrote :

Just fine, thanks mvo! I will merge now.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'softwarecenter/hw.py'
--- softwarecenter/hw.py 2012-04-12 07:46:56 +0000
+++ softwarecenter/hw.py 2012-07-19 08:15:25 +0000
@@ -63,7 +63,7 @@
63 'are currently set up.'),63 'are currently set up.'),
64 'hardware::scanner': _('This software requires a scanner, but none are '64 'hardware::scanner': _('This software requires a scanner, but none are '
65 'currently set up.'),65 'currently set up.'),
66 'hardware::stoarge:cd': _('This software requires a CD drive, but none '66 'hardware::storage:cd': _('This software requires a CD drive, but none '
67 'are currently connected.'),67 'are currently connected.'),
68 'hardware::storage:cd-writer': _('This software requires a CD burner, '68 'hardware::storage:cd-writer': _('This software requires a CD burner, '
69 'but none are currently connected.'),69 'but none are currently connected.'),

Subscribers

People subscribed via source and target branches