diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2016-04-27 09:59:25 +0200 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2016-04-27 09:59:25 +0200 |
commit | e6b526230a9236dca75e1dbed1f0e1b1aaea75fb (patch) | |
tree | 90d0399f652e8df997f500b35b2cf56f1c708f00 | |
parent | 9c3e910dc4c5605e0edad5ca876fff085f2150cb (diff) |
renamed welcome header to untranslatable 'Start your Conversations'
-rw-r--r-- | src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index b5f08d91..234c732c 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -618,7 +618,7 @@ <string name="security_error_invalid_file_access">Security error: Invalid file access</string> <string name="no_application_to_share_uri">No application found to share URI</string> <string name="share_uri_with">Share URI with…</string> - <string name="welcome_header">Join the Conversation</string> + <string translatable="false" name="welcome_header">Start your Conversations</string> <string name="welcome_text">XMPP is a provider independent protocol. You can use this client with what ever XMPP server you choose.\nHowever for your convenience we made it easy to create an account on conversations.im; a provider specially suited for the use with Conversations.</string> <string name="magic_create_text">We will guide you through the process of creating an account on conversations.im.\nWhen picking conversations.im as a provider you will be able to communicate with users of other providers by giving them your full Jabber ID.</string> <string name="your_full_jid_will_be">Your full Jabber ID will be: %s</string> |