Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAjay Garg <ajay@activitycentral.com>2012-01-19 21:36:26 (GMT)
committer Simon Schampijer <simon@schampijer.de>2012-02-09 09:00:09 (GMT)
commit4fe56b6bd11abcff9be9b46e31906649b5083107 (patch)
treeb9b937135a00f8b684f65086645f37f05deb4f90 /src
parent72a7278f2803c5f13d55226af82ada1a8f8e714d (diff)
Control Panel, cmd line: capitalize Sugar in string SL #3029
Signed-off-by: Ajay Garg <ajay@activitycentral.com> Acked-by: Simon Schampijer <simon@laptop.org> Acked-by: Sascha Silbe <silbe@activitycentral.com>
Diffstat (limited to 'src')
-rw-r--r--src/jarabe/controlpanel/cmd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jarabe/controlpanel/cmd.py b/src/jarabe/controlpanel/cmd.py
index fe8f1a4..c4870c9 100644
--- a/src/jarabe/controlpanel/cmd.py
+++ b/src/jarabe/controlpanel/cmd.py
@@ -49,7 +49,7 @@ def cmd_help():
def note_restart():
"""Instructions how to restart sugar"""
- print _('To apply your changes you have to restart sugar.\n' +
+ print _('To apply your changes you have to restart Sugar.\n' +
'Hit ctrl+alt+erase on the keyboard to trigger a restart.')