mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-28 12:44:34 +01:00
make "repeat alerts" setting translatable
Fixes #2511 Closes #2516 //FREEBIE
This commit is contained in:
committed by
Moxie Marlinspike
parent
d4493e700e
commit
a4bd9fae9a
@@ -45,7 +45,7 @@
|
||||
<ListPreference
|
||||
android:key="pref_repeat_alerts"
|
||||
android:defaultValue="0"
|
||||
android:title="Repeat alerts"
|
||||
android:title="@string/preferences__repeat_alerts"
|
||||
android:dependency="pref_key_enable_notifications"
|
||||
android:entries="@array/pref_repeat_alerts_entries"
|
||||
android:entryValues="@array/pref_repeat_alerts_values" />
|
||||
|
||||
Reference in New Issue
Block a user