Remove unused summary field for notification.

Closes #6481
This commit is contained in:
Taylor Kline 2017-04-02 22:10:53 -05:00 committed by Moxie Marlinspike
parent 68e68508a7
commit b7f9525680
2 changed files with 0 additions and 2 deletions

View File

@ -1115,7 +1115,6 @@
<string name="preferences__pref_led_blink_custom_pattern_off_for">Off for:</string>
<string name="preferences__pref_led_blink_custom_pattern_set">Custom LED blink pattern set!</string>
<string name="preferences__sound">Sound</string>
<string name="preferences__change_notification_sound">Change notification sound</string>
<string name="preferences__silent">Silent</string>
<string name="preferences__in_conversation_notifications">In-conversation notifications</string>
<string name="preferences__play_inthread_notifications">Play notification sound when viewing an active conversation</string>

View File

@ -10,7 +10,6 @@
<RingtonePreference android:dependency="pref_key_enable_notifications"
android:key="pref_key_ringtone"
android:title="@string/preferences__sound"
android:summary="@string/preferences__change_notification_sound"
android:ringtoneType="notification"
android:defaultValue="content://settings/system/notification_sound" />