Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAgustin Zubiaga <aguz@sugarlabs.org>2012-06-22 05:30:02 (GMT)
committer Agustin Zubiaga <aguz@sugarlabs.org>2012-06-22 05:30:02 (GMT)
commit1f3c514873c0aa07af4e430843f7c2923b3ca5f1 (patch)
tree7e1f772681f0a22171aa83da32a3cdcd468ad9c4
parent6f706a0cb7ac719aaf71461d9d4af44953bf3083 (diff)
Some help corrections
Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
-rw-r--r--terminal.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/terminal.py b/terminal.py
index 803fed9..bad30d1 100644
--- a/terminal.py
+++ b/terminal.py
@@ -201,7 +201,7 @@ class TerminalActivity(activity.Activity):
helpitem.add_section(_('ls'))
helpitem.add_paragraph(_('List the content of a directory.'))
helpitem.add_paragraph(_('To use it, write: ls directory'))
- helpitem.add_paragraph(_('If you call it without parameters, will list\nthe working directory'))
+ helpitem.add_paragraph(_('If you call it without parameters, will list the\nworking directory'))
helpitem.add_section(_('cp'))
helpitem.add_paragraph(_('Copy a file to a specific location'))
helpitem.add_paragraph(_('Call it with the file and the new location'))
@@ -211,8 +211,8 @@ class TerminalActivity(activity.Activity):
helpitem.add_paragraph(_('Use: rm file'))
helpitem.add_section(_('su'))
helpitem.add_paragraph(_('Login as superuser (root)'))
- helpitem.add_paragraph(_('The root user is the administrator of the system'))
- helpitem.add_paragraph(_('You must be careful, because you can modify system files'))
+ helpitem.add_paragraph(_('The root user is the administrator of the\nsystem'))
+ helpitem.add_paragraph(_('You must be careful, because you can modify\nsystem files'))
return helpitem