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

github.com/iNPUTmice/Conversations.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2021-02-19 17:59:53 +0300
committerDaniel Gultsch <daniel@gultsch.de>2021-02-19 17:59:56 +0300
commit6bfe16f044d608ecf7dc0bbbe999ec452d541b57 (patch)
treee04d22a5e44e1b9473854db7c23878e942f9f37a /src/main/res/values/strings.xml
parent53da64b7e2af6349c0796acefae0cbcaf7371e53 (diff)
replace away when screen off with away when locked
fixes #3978
Diffstat (limited to 'src/main/res/values/strings.xml')
-rw-r--r--src/main/res/values/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index d1d803688..ace5e4061 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -463,8 +463,8 @@
<string name="account_status_host_unknown">The server is not responsible for this domain</string>
<string name="server_info_broken">Broken</string>
<string name="pref_presence_settings">Availability</string>
- <string name="pref_away_when_screen_off">Away when screen is off</string>
- <string name="pref_away_when_screen_off_summary">Show as Away when the screen is turned off</string>
+ <string name="pref_away_when_screen_off">Away when device is locked</string>
+ <string name="pref_away_when_screen_off_summary">Show as Away when the device is locked</string>
<string name="pref_dnd_on_silent_mode">Busy in silent mode</string>
<string name="pref_dnd_on_silent_mode_summary">Show as Busy when device is in silent mode</string>
<string name="pref_treat_vibrate_as_silent">Treat vibrate as silent mode</string>