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-17 22:56:12 +0300
committerDaniel Lublin <daniel@lublin.se>2020-04-17 23:02:53 +0300
commit0e404da76869acdef720cff95fed9c0a5209d3e5 (patch)
tree6cabdb0d86706e02d63b3164f8f26eaffa08930d
parent171d29554632ddb0503f1e41fe6440a79e530d84 (diff)
Restore that string (which anyway is unused)
-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 7a89c74..7ff4189 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -154,7 +154,7 @@
<string name="mumlaConnected">Mumla connected</string>
<string name="mumlaConnecting">Mumla connecting</string>
<string name="mumlaDisconnected">Mumla disconnected</string>
- <string name="lostConnection">Lost connection to server %s.</string>
+ <string name="lostConnection">Lost connection to the server.</string>
<string name="resume">Resume</string>
<string name="channel">Channel</string>
<string name="user">User</string>