diff options
author | alescdb <alescdb@users.noreply.github.com> | 2015-10-24 09:03:28 +0200 |
---|---|---|
committer | alescdb <alescdb@users.noreply.github.com> | 2015-10-24 09:03:28 +0200 |
commit | 8f792489ea758103d90d5db3c602511ef11af7f5 (patch) | |
tree | 0b149c55ac5fa8a28277317dccd7d820ad61f17c /app | |
parent | e6310a2c2a215e562d09c09483ef0fe66d832924 (diff) | |
download | connectbot-8f792489ea758103d90d5db3c602511ef11af7f5.tar.gz connectbot-8f792489ea758103d90d5db3c602511ef11af7f5.tar.bz2 connectbot-8f792489ea758103d90d5db3c602511ef11af7f5.zip |
Restore (unused) ns in string.xlm
Diffstat (limited to 'app')
-rw-r--r-- | app/src/main/res/values/strings.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index ae8302a..72de965 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -18,7 +18,8 @@ */ --> -<resources 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> |