summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2013-03-18 17:19:06 +0100
committerArne Schwabe <arne@rfc2549.org>2013-03-18 17:19:06 +0100
commit098204e653c958da12ae864d3b6c183e716c2a9b (patch)
tree2a1364c0c277abf43c884902be1eeaf3bbb3ca03
parent978d2e56bd24707ae4d45514215846031773cf7a (diff)
Encourage users to translate in about screen
-rw-r--r--res/layout/about.xml10
-rwxr-xr-xres/values/strings.xml1
2 files changed, 11 insertions, 0 deletions
diff --git a/res/layout/about.xml b/res/layout/about.xml
index 09194631..3afc165c 100644
--- a/res/layout/about.xml
+++ b/res/layout/about.xml
@@ -66,6 +66,16 @@
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:autoLink="all"
+ android:text="@string/help_translate" />
+
+ <Space
+ android:layout_width="match_parent"
+ android:layout_height="12sp" />
+
+ <TextView
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
android:text="@string/copyright_others" />
<Space
diff --git a/res/values/strings.xml b/res/values/strings.xml
index c2003290..cdc42288 100755
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -276,5 +276,6 @@
<string name="rdn">RDN (common name)</string>
<string name="rdn_prefix">RDN prefix</string>
<string name="tls_remote_deprecated">tls-remote (DEPRECATED)</string>
+ <string name="help_translate">You can help translating by visiting http://crowdin.net/project/ics-openvpn/invite</string>
</resources> \ No newline at end of file