aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Luther <luther.ralf@gmail.com>2020-03-22 13:35:43 +0100
committerRalf Luther <luther.ralf@gmail.com>2020-03-22 13:35:43 +0100
commitc40988cc170c39a70714786f416ebc2c5711f2ce (patch)
tree37d3b9527a8b74ac8c1b47f880c3975132459fb6
parent36ad09ff6bc1f5e8118a3a5c8cbb963b70d5a8f4 (diff)
deviceparts: sorry, doc
Forgot to rename the "Off-mode" correctly to "Ringer" mode
-rw-r--r--res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 6af1e05..96e8fd7 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -82,7 +82,7 @@
<string name="slider_mode_title_bottom">Bottom position</string>
<string name="slider_mode_alarm">Alarms only</string>
<string name="slider_mode_flashlight">Flashlight on/off</string>
- <string name="slider_mode_off">Normal</string>
+ <string name="slider_mode_off">Ringer</string>
<string name="slider_mode_priority">Priority only</string>
<string name="slider_mode_silent">Silent</string>
<string name="slider_mode_vibrate">Vibrate</string>