Merge lp:~mvo/software-center/webcam-string-fix into lp:software-center

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

Description of the change

Small fix to support the debtagshw updated tags for hardware::camera (split into webcam,digicam now)

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

Thanks mvo! Merging.

review: Approve

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-02-22 15:22:56 +0000
3+++ softwarecenter/hw.py 2012-03-02 10:14:19 +0000
4@@ -19,7 +19,8 @@
5 from gettext import gettext as _
6
7 TAG_DESCRIPTION = {
8- 'hardware::camera' : _('camera'),
9+ 'hardware::webcam' : _('webcam'),
10+ 'hardware::digicam' : _('digicam'),
11 'hardware::input:mouse' : _('mouse'),
12 'hardware::input:joystick' : _('joystick'),
13 'hardware::input:touchscreen' : _('touchscreen'),
14@@ -37,7 +38,9 @@
15 }
16
17 TAG_MISSING_DESCRIPTION = {
18- 'hardware::camera' : _('This software requires a camera, but none '
19+ 'hardware::digicam' : _('This software requires a digital camera, but none '
20+ 'are currently connected'),
21+ 'hardware::webcam' : _('This software requires a video camera, but none '
22 'are currently connected'),
23 'hardware::input:mouse' : _('This software requires a mouse, '
24 'but none is currently setup.'),

Subscribers

People subscribed via source and target branches