Skip to content

Commit

Permalink
Switch language string to 'System default.'
Browse files Browse the repository at this point in the history
  • Loading branch information
greyson-signal committed Feb 26, 2020
1 parent e62e630 commit 81c7887
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/values-v29/arrays.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<resources xmlns:tools="http://schemas.android.com/tools">

<string-array name="pref_theme_entries" tools:ignore="InconsistentArrays">
<item>@string/preferences__system_theme</item>
<item>@string/preferences__system_default</item>
<item>@string/preferences__light_theme</item>
<item>@string/preferences__dark_theme</item>
</string-array>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/arrays.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<resources xmlns:tools="http://schemas.android.com/tools">

<string-array name="language_entries">
<!-- zz --><item>@string/preferences__default</item>
<!-- zz --><item>@string/preferences__system_default</item>
<!-- en --><item>English</item>
<!-- ar --><item>Arabic العربية</item>
<!-- az --><item>Azərbaycan</item>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1488,9 +1488,9 @@
<string name="preferences__linked_devices">Linked devices</string>
<string name="preferences__light_theme">Light</string>
<string name="preferences__dark_theme">Dark</string>
<string name="preferences__system_theme">System default</string>
<string name="preferences__appearance">Appearance</string>
<string name="preferences__theme">Theme</string>
<string name="preferences__system_default">System default</string>
<string name="preferences__default">Default</string>
<string name="preferences__language">Language</string>
<string name="preferences__signal_messages_and_calls">Signal messages and calls</string>
Expand Down

0 comments on commit 81c7887

Please sign in to comment.