From 7942487593c4a6bab55d6b4dda75fba085daf5d9 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sat, 21 Oct 2023 11:35:30 +1000 Subject: [PATCH] "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 --- rslib/src/browser_table.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rslib/src/browser_table.rs b/rslib/src/browser_table.rs index cc5370fa4..f61f82773 100644 --- a/rslib/src/browser_table.rs +++ b/rslib/src/browser_table.rs @@ -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(),