aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2019-02-18 20:53:48 +0100
committerChristian Schneppe <christian@pix-art.de>2019-02-18 20:53:48 +0100
commit150f035d3fd6b5092234deb7c4c7c1a8ef2c03a3 (patch)
tree72900f25776b23c33c3954e6f65b49e385aaae5e
parent6ef0a773adfdecbce74eadc35b3a7647b653389c (diff)
fixed typo. s/exits/exists/
-rw-r--r--src/main/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index eaadc9919..dca968c48 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -852,7 +852,7 @@
<string name="please_enter_xmpp_address">Please provide an XMPP address</string>
<string name="this_is_an_xmpp_address">This is an XMPP address. Please provide a name.</string>
<string name="creating_channel">Creating public channel…</string>
- <string name="channel_already_exists">This channel already exits</string>
+ <string name="channel_already_exists">This channel already exists</string>
<string name="joined_an_existing_channel">You\'ve joined an existing channel</string>
<string name="unable_to_set_channel_configuration">Unable to set channel configuration</string>
<string name="back">Back</string>