Merge lp:~gary-lasker/software-center/fix-lp1023336 into lp:software-center

Proposed by Gary Lasker
Status: Merged
Merged at revision: 3069
Proposed branch: lp:~gary-lasker/software-center/fix-lp1023336
Merge into: lp:software-center
Diff against target: 12 lines (+1/-1)
1 file modified
softwarecenter/hw.py (+1/-1)
To merge this branch: bzr merge lp:~gary-lasker/software-center/fix-lp1023336
Reviewer Review Type Date Requested Status
software-store-developers Pending
Review via email: mp+114478@code.launchpad.net

Commit message

* lp:~gary-lasker/software-center/fix-lp1023336:
   - fix spelling error in the hardware requirements detection
     message for an attached mouse (LP: #1023336)

Description of the change

Super-tiny fix for a spelling error in the hardware requirements detection message for an attached mouse. Fixes bug 1023336.

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 'softwarecenter/hw.py'
2--- softwarecenter/hw.py 2012-04-12 07:46:56 +0000
3+++ softwarecenter/hw.py 2012-07-11 18:04:20 +0000
4@@ -51,7 +51,7 @@
5 'hardware::webcam': _('This software requires a video camera, but none '
6 'are currently connected'),
7 'hardware::input:mouse': _('This software requires a mouse, '
8- 'but none is currently setup.'),
9+ 'but none is currently set up.'),
10 'hardware::input:joystick': _('This software requires a joystick, '
11 'but none are currently connected.'),
12 'hardware::input:touchscreen': _('This software requires a touchscreen, '

Subscribers

People subscribed via source and target branches