Here is a patch, but I need to figure out a bit more what the issue is.

=== modified file 'softwarecenter/ui/gtk3/widgets/labels.py'
--- softwarecenter/ui/gtk3/widgets/labels.py    2012-06-11 14:50:53 +0000
+++ softwarecenter/ui/gtk3/widgets/labels.py    2012-09-10 12:05:26 +0000
@@ -29,9 +29,9 @@
 
     SUPPORTED_SYM = {
         # TRANSLATORS: symbol for "hardware-supported"
-        'yes': _(u'\u2713'),
+        'yes': _('\u2713'),
         # TRANSLATORS: symbol for hardware "not-supported"
-        'no': u'<span foreground="red">%s</span>' % _(u'\u2718'),
+        'no': '<span foreground="red">%s</span>' % _('\u2718'),
     }
 
     # TRANSLATORS: this is a substring that used to build the


** Changed in: software-center (Ubuntu)
       Status: Confirmed => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1047281

Title:
  Ubuntu Software Center 5.3.11 won't start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1047281/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to