Skip to content

Commit

Permalink
Upper case to "cards selected by"
Browse files Browse the repository at this point in the history
The way the menu looked was wrong. With all options with upper case
except for the title.
  • Loading branch information
Arthur-Milchior authored and david-allison committed Sep 25, 2024
1 parent 27b1c06 commit 78526e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AnkiDroid/src/main/res/values/10-preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
<string name="deck_conf_cram_filter" maxLength="41">Filter</string>
<string name="deck_conf_cram_search" maxLength="41" comment = "Label of a text field that contains a search query. It is also used outside fo the card filtered deck menu.">Search</string>
<string name="deck_conf_cram_limit" maxLength="41">Limit to</string>
<string name="deck_conf_cram_order" maxLength="41">cards selected by</string>
<string name="deck_conf_cram_order" maxLength="41">Cards selected by</string>
<string name="deck_conf_cram_reschedule" maxLength="41" comment="Title of the box labelled by deck_conf_cram_reschedule_summ">Reschedule</string>
<string name="deck_conf_cram_reschedule_summ">Reschedule cards based on my answers in this deck</string>
<string name="deck_conf_cram_filter_2_check">Enable second filter</string>
Expand Down

0 comments on commit 78526e7

Please sign in to comment.