mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-27 08:41:50 +00:00
make "repeat alerts" setting translatable
Fixes #2511 Closes #2516 //FREEBIE
This commit is contained in:

committed by
Moxie Marlinspike

parent
d4493e700e
commit
a4bd9fae9a
@@ -186,12 +186,12 @@
|
||||
</string-array>
|
||||
|
||||
<string-array name="pref_repeat_alerts_entries">
|
||||
<item>Never</item>
|
||||
<item>One time</item>
|
||||
<item>Two times</item>
|
||||
<item>Three times</item>
|
||||
<item>Five times</item>
|
||||
<item>Ten times</item>
|
||||
<item>@string/preferences__never</item>
|
||||
<item>@string/preferences__one_time</item>
|
||||
<item>@string/preferences__two_times</item>
|
||||
<item>@string/preferences__three_times</item>
|
||||
<item>@string/preferences__five_times</item>
|
||||
<item>@string/preferences__ten_times</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="pref_repeat_alerts_values" translatable="false">
|
||||
|
Reference in New Issue
Block a user