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
=== modified file 'softwarecenter/hw.py'
--- softwarecenter/hw.py 2012-04-12 07:46:56 +0000
+++ softwarecenter/hw.py 2012-07-11 18:04:20 +0000
@@ -51,7 +51,7 @@
51 'hardware::webcam': _('This software requires a video camera, but none '51 'hardware::webcam': _('This software requires a video camera, but none '
52 'are currently connected'),52 'are currently connected'),
53 'hardware::input:mouse': _('This software requires a mouse, '53 'hardware::input:mouse': _('This software requires a mouse, '
54 'but none is currently setup.'),54 'but none is currently set up.'),
55 'hardware::input:joystick': _('This software requires a joystick, '55 'hardware::input:joystick': _('This software requires a joystick, '
56 'but none are currently connected.'),56 'but none are currently connected.'),
57 'hardware::input:touchscreen': _('This software requires a touchscreen, '57 'hardware::input:touchscreen': _('This software requires a touchscreen, '

Subscribers

People subscribed via source and target branches