forked from mirror/monocles_chat_clean
Add strings for spam preference
This commit is contained in:
parent
b7b3afcff2
commit
8e76d8b052
1 changed files with 5 additions and 3 deletions
|
@ -119,9 +119,9 @@
|
||||||
</string-array>
|
</string-array>
|
||||||
|
|
||||||
<string-array name="chat_requests_entries">
|
<string-array name="chat_requests_entries">
|
||||||
<item>Never</item>
|
<item>@string/never</item>
|
||||||
<item>Suspected SPAM</item>
|
<item>@string/suspected_spam</item>
|
||||||
<item>Chats from strangers</item>
|
<item>@string/chats_from_strangers</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
|
|
||||||
<string-array name="chat_requests_values">
|
<string-array name="chat_requests_values">
|
||||||
|
@ -151,4 +151,6 @@
|
||||||
<item>mpeg4</item>
|
<item>mpeg4</item>
|
||||||
<item>3gpp</item>
|
<item>3gpp</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
|
<string name="suspected_spam">Suspected SPAM</string>
|
||||||
|
<string name="chats_from_strangers">Chats from strangers</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Reference in a new issue