Skip to content

Commit

Permalink
Capitalize settings items
Browse files Browse the repository at this point in the history
  • Loading branch information
italankin committed Dec 9, 2023
1 parent 109895e commit 22bead3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions launcher/src/main/res/values/prefs_arrays.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<item>5</item>
</string-array>
<string-array name="pref_desc_app_max_dynamic_shortcuts">
<item>default</item>
<item>Default</item>
<item>4</item>
<item>5</item>
</string-array>
Expand All @@ -36,8 +36,8 @@
<item>reversed</item>
</string-array>
<string-array name="pref_desc_shortcuts_sort_mode">
<item>default</item>
<item>reversed</item>
<item>Default</item>
<item>Reversed</item>
</string-array>

<string-array name="pref_values_excluded_search_targets">
Expand Down

0 comments on commit 22bead3

Please sign in to comment.