Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/mumla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lublin <daniel@lublin.se>2020-04-23 16:20:14 +0300
committerDaniel Lublin <daniel@lublin.se>2020-04-23 16:20:14 +0300
commitec0ef2d10c515e893b4911ac1bf60a86374565e7 (patch)
tree686310e70060e48d65eece2b1fee4db7ca93746e
parent728f7d224c5a3f1a9b4e5b25fa523b7900a5e10c (diff)
Stick to en_US for now
-rw-r--r--app/src/main/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 23eeae0..e622375 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -171,7 +171,7 @@
<string name="chat_notify_connected">%s connected.</string>
<string name="chat_notify_disconnected">%s disconnected.</string>
<string name="unknown">Unknown</string>
- <string name="server_list_title_favorite">Favourites</string>
+ <string name="server_list_title_favorite">Favorites</string>
<string name="server_list_title_lan">LAN</string>
<string name="server_list_title_public_internet">Public Internet</string>
<string name="ping">Ping</string>