diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2016-10-08 18:24:20 +0200 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2016-10-08 18:24:20 +0200 |
commit | 74087b873fc5a2952f56125a791129f8feb443e5 (patch) | |
tree | fa8f6cbadac6251874d51be256df4efd3827f0cf /src/main/res/values/strings.xml | |
parent | f3ef8d497875d472a7b96bed0c14086b71ecfa7b (diff) |
added disclaimer that conversations.im account is 8 euro / year
Diffstat (limited to '')
-rw-r--r-- | src/main/res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index c7c791df..170cbfff 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -629,8 +629,8 @@ <string name="no_application_to_share_uri">No application found to share URI</string> <string name="share_uri_with">Share URI with…</string> <string translatable="false" name="welcome_header">Join the Conversation</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="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> <string name="create_account">Create Account</string> <string name="use_own_provider">Use my own provider</string> |