From 1f3c514873c0aa07af4e430843f7c2923b3ca5f1 Mon Sep 17 00:00:00 2001 From: Agustin Zubiaga Date: Fri, 22 Jun 2012 05:30:02 +0000 Subject: Some help corrections Signed-off-by: Agustin Zubiaga --- 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 -- cgit v0.9.1