diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/about.xml | 10 | ||||
-rwxr-xr-x | res/values/strings.xml | 1 |
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 |