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

gitlab.com/quite/humla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Nordhøy <epost@anotheragency.no>2020-04-17 05:04:36 +0300
committerDaniel Lublin <daniel@lublin.se>2020-04-17 20:29:29 +0300
commit03f94c19184862803fd383606f0cf90532696db5 (patch)
tree1e3e040e9a38e33806a71f0439dd13c3bdd75890
parent1682953f71bad7d7868bd2ab8f7c4d1c7caddb7d (diff)
Source strings reworked
-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 28f86c8..09fda38 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -17,7 +17,7 @@
-->
<resources>
- <string name="audio_max_bandwidth">Server maximum network bandwidth is only %1$d kbit/s. Audio quality auto-adjusted to %2$d kbit/s (%3$d ms)</string>
+ <string name="audio_max_bandwidth">Maximum server network bandwidth is only %1$d kbit/s. Adjusting audio quality to %2$d kbit/s (%3$d ms).</string>
<string name="chat_notify_moved">%1$s moved in from %2$s by %3$s.</string>
<string name="chat_notify_muted_deafened">Muted and deafened.</string>
<string name="chat_notify_muted">Muted.</string>