"Notetype" -> "Note Type" in browser column

While we may want to update things in the other direction in the future
(https://github.com/ankitects/anki/pull/1456#issuecomment-951767922),
this is more consistent with the existing other strings

Closes #2754
This commit is contained in:
Damien Elmes 2023-10-21 11:35:30 +10:00
parent 80d807e08a
commit 7942487593

View File

@ -161,7 +161,7 @@ impl Column {
Self::Lapses => tr.scheduling_lapses(),
Self::NoteCreation => tr.browsing_created(),
Self::NoteMod => tr.search_note_modified(),
Self::Notetype => tr.notetypes_notetype(),
Self::Notetype => tr.card_stats_note_type(),
Self::Question => tr.browsing_question(),
Self::Reps => tr.scheduling_reviews(),
Self::SortField => tr.browsing_sort_field(),