Skip to content

Commit 043399a

Browse files
lukstbitmikehardy
authored andcommitted
Add sentence case entries for backend strings related to previous card info
1 parent 3359464 commit 043399a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

AnkiDroid/src/main/java/com/ichi2/anki/pages/CardInfoDestination.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ data class CardInfoDestination(
3434
listOf(
3535
simplifiedTitle.toSentenceCase(context, R.string.sentence_card_stats_current_card_study),
3636
simplifiedTitle.toSentenceCase(context, R.string.sentence_card_stats_current_card_browse),
37+
simplifiedTitle.toSentenceCase(context, R.string.sentence_card_stats_previous_card_study),
3738
)
3839
return PageFragment.getIntent(
3940
context,

AnkiDroid/src/main/res/values/sentence-case.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,6 @@ undoActionUndone()
5454
<string name="sentence_grade_now">Grade now</string>
5555
<string name="sentence_card_stats_current_card_study">Current card (study)</string>
5656
<string name="sentence_card_stats_current_card_browse">Current card (browse)</string>
57+
<string name="sentence_card_stats_previous_card_study">Previous card (study)</string>
58+
<string name="sentence_actions_previous_card_info">Previous card info</string>
5759
</resources>

0 commit comments

Comments
 (0)