Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorSimon Schampijer <simon@laptop.org>2012-09-10 16:06:35 (GMT)
committer Simon Schampijer <simon@laptop.org>2012-09-10 16:06:35 (GMT)
commit39ca0e61d4ed66efa15a44deae0251869bc5d923 (patch)
treecaef3b80a2ece89097bc79387722983b25bb4d36 /extensions
parent4cc07e56fb2395f84769ef43367d7f8b978d9bbf (diff)
Control Panel, updater: adjust string to reduce translator work, SL #3427
Software update -> Software Update to be the same as in jarabe/desktop/homebox.py
Diffstat (limited to 'extensions')
-rw-r--r--extensions/cpsection/updater/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/cpsection/updater/__init__.py b/extensions/cpsection/updater/__init__.py
index 6010615..7ef263c 100644
--- a/extensions/cpsection/updater/__init__.py
+++ b/extensions/cpsection/updater/__init__.py
@@ -18,5 +18,5 @@ from gettext import gettext as _
CLASS = 'ActivityUpdater'
ICON = 'module-updater'
-TITLE = _('Software update')
+TITLE = _('Software Update')
KEYWORDS = ['software', 'activity', 'update']