Fix minor errors in strings.xml
authorValerio Bozzolan <valerio.bozzolan@gmail.com>
Mon, 29 Sep 2014 21:29:52 +0000 (00:29 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Mon, 29 Sep 2014 21:29:52 +0000 (00:29 +0300)
res/values/strings.xml

index 602040c1a76730ab541271cb6165cf4f5c25aa79..b1253262f45982e23571d94e4413b3fdda6b3bcc 100644 (file)
@@ -9,8 +9,8 @@
 
 <h1>2. Sending commands:</h1>\n
 <ul>
-    <li>via Jabber: Login by sending "login YOUR_USRENAME YOUR_PASSWORD" to fonbot@ieval.ro, then send commands\n</li>
-    <li>via Yahoo Messenger: Login by sending "login YOUR_USRENAME YOUR_PASSWORD" to fonbotym, then send commands\n</li>
+    <li>via Jabber: Login by sending "login YOUR_USERNAME YOUR_PASSWORD" to fonbot@ieval.ro, then send commands\n</li>
+    <li>via Yahoo Messenger: Login by sending "login YOUR_USERNAME YOUR_PASSWORD" to fonbotym, then send commands\n</li>
     <li>via IRC: Login by sending "login YOUR_USERNAME YOUR_PASSWORD" to fonbot on OFTC, then send commands\n</li>
     <li>via SMS: Set a SMS Password in the <a href="ro.ieval.fonbot.FonBotPreferenceActivity://">preferences</a>, then send SMSes with the SMS Password as the first line. The next lines will be processed as commands\n</li>
 </ul>
@@ -20,7 +20,7 @@ Example command: sms 0755555555 \'This is a random text\'. This command would se
 The help command can be used to get a list of commands and help for them. Examples:\n\n
 <ul>
     <li>help — shows a list of commands\n</li>
-    <li>help sms — shows help for the ls comand</li>
+    <li>help sms — shows help for the sms comand</li>
 </ul>
 </string>
     <string name="user_tapped_fmt">User tapped \'%s\'</string>
@@ -259,7 +259,7 @@ The help command can be used to get a list of commands and help for them. Exampl
     </string>
     <string name="flash_help">
         Usage: flash on/off\n
-               Turns the flashlight on or off. This is unreliable. If you have the Torch app installed, use the torch command instead.\n
+               Turns the flashlight on or off. This is unreliable. If you have the Torch app installed, use the TORCH command instead.\n
                Example: flash on
     </string>
     <string name="echo_help">
@@ -463,7 +463,7 @@ The help command can be used to get a list of commands and help for them. Exampl
        </string>
        <string name="torch_help">
          Usage: torch\n
-         Toggles the torch (flashlight). This is reliable but requires the Torch app. If you don\'t have the Torch app installed, use the flash command instead.\n
+         Toggles the torch (flashlight). This is reliable but requires the Torch app. If you don\'t have the Torch app installed, use the FLASH command instead.\n
          Example: torch
        </string>
        <string name="toggling_torch_state">Toggling torch state…</string>
This page took 0.012273 seconds and 4 git commands to generate.