aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-08-20 13:47:36 -0700
committerKenny Root <kenny@the-b.org>2015-08-20 13:47:36 -0700
commit717ead96315e6a94098c3acc8d57521c646a2cc2 (patch)
treebb6830edb5ca4fd523c04526ea205d8ff3767c68 /app/src/main/res/values/strings.xml
parent98979cf93c4f8ae6006ee50dde20a3a2cc83b6c9 (diff)
parentae8b6d36493fc3629afe997a9700d001d6594b60 (diff)
downloadconnectbot-717ead96315e6a94098c3acc8d57521c646a2cc2.tar.gz
connectbot-717ead96315e6a94098c3acc8d57521c646a2cc2.tar.bz2
connectbot-717ead96315e6a94098c3acc8d57521c646a2cc2.zip
Merge pull request #138 from kruton/xml-style
Update XML style and reformat all files with it
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r--app/src/main/res/values/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index c2ce2e7..7c4c591 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -18,8 +18,8 @@
*/
-->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"
- xmlns:tools="http://schemas.android.com/tools">
+<resources xmlns:tools="http://schemas.android.com/tools"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- 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>