diff --git a/res/values/strings.xml b/res/values/strings.xml
index 54ee782e80..cf9f188308 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -440,12 +440,8 @@
Manage configured identity keys
Notifications
Display message notifications in status bar
- LED Color
- Change notification LED color
- LED Blink Pattern
- Change notification LED blink pattern
- Select LED Blink Pattern
- Select LED Color
+ LED color
+ LED blink pattern
Sound
Change notification sound
In-thread notifications
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index b4dc14754c..54c5e29d93 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -32,20 +32,16 @@
android:defaultValue="green"
android:title="@string/preferences__led_color"
android:dependency="pref_key_enable_notifications"
- android:summary="@string/preferences__change_notification_led_color"
android:entries="@array/pref_led_color_entries"
- android:entryValues="@array/pref_led_color_values"
- android:dialogTitle="@string/preferences__select_led_color" />
+ android:entryValues="@array/pref_led_color_values" />
+ android:entryValues="@array/pref_led_blink_pattern_values" />