aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralescdb <alescdb@users.noreply.github.com>2015-10-23 20:47:19 +0200
committeralescdb <alescdb@users.noreply.github.com>2015-10-23 20:47:19 +0200
commitb1cda7f1e67c8d7f91c01b679d34f46f0d591955 (patch)
tree92c31aa0a91d8161312cf904930a88dcf0b38681
parent7e429b1121c6080d6dd37dd459dd89b16c2b42cd (diff)
downloadconnectbot-b1cda7f1e67c8d7f91c01b679d34f46f0d591955.tar.gz
connectbot-b1cda7f1e67c8d7f91c01b679d34f46f0d591955.tar.bz2
connectbot-b1cda7f1e67c8d7f91c01b679d34f46f0d591955.zip
Code style (xml) spaces -> tab
-rw-r--r--app/src/main/res/values/strings.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 925f55f..3fdb16f 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -18,8 +18,7 @@
*/
-->
-<resources xmlns:tools="http://schemas.android.com/tools"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Summary of what ConnectBot is; used as a short description in the Android running apps list -->
<string name="app_desc">"Simple, powerful, open-source SSH client."</string>
@@ -643,7 +642,7 @@
<string name="discard_host_button">Discard</string>
<!-- Text for button which does not discard changes and keeps editing. -->
<string name="discard_host_cancel_button">Keep editing</string>
- <string name="pref_alwaysvisible_title">Keyboard always visible</string>
- <string name="pref_alwaysvisible_summary">Always show the special keys</string>
+ <string name="pref_alwaysvisible_title">Keyboard always visible</string>
+ <string name="pref_alwaysvisible_summary">Always show the special keys</string>
</resources>