diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2016-04-09 21:48:06 +0200 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2016-04-09 21:48:06 +0200 |
commit | 83fab0650880873f0fb77697acc4c5102ad5f166 (patch) | |
tree | e81c33a76ca3eb8899efea695078c38a7c45afde /src/main/res/values | |
parent | 4652541b61df5490d04cfa9efe57acd0612b3bc5 (diff) |
introduced setting to turn of notification led
Diffstat (limited to '')
-rw-r--r-- | src/main/res/values/strings.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index e991d051..e9e99730 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -108,9 +108,11 @@ <string name="pref_notifications">Notifications</string> <string name="pref_notifications_summary">Notify when a new message arrives</string> <string name="pref_vibrate">Vibrate</string> - <string name="pref_vibrate_summary">Also vibrate when a new message arrives</string> - <string name="pref_sound">Sound</string> - <string name="pref_sound_summary">Play ringtone with notification</string> + <string name="pref_vibrate_summary">Vibrate when a new message arrives</string> + <string name="pref_led">LED Notification</string> + <string name="pref_led_summary">Blink notification light when a new message arrives</string> + <string name="pref_sound">Ringtone</string> + <string name="pref_sound_summary">Play sound when a new message arrives</string> <string name="pref_notification_grace_period">Notification grace period</string> <string name="pref_notification_grace_period_summary">Disable notifications for a short time after a carbon copy was received</string> <string name="pref_advanced_options">Advanced</string> |