diff --git a/qt/aqt/table.py b/qt/aqt/table.py index 2154427df..1f4bbe6c9 100644 --- a/qt/aqt/table.py +++ b/qt/aqt/table.py @@ -725,7 +725,7 @@ class NoteState(ItemState): def _load_columns(self) -> None: self._columns = [ ("note", tr.browsing_note()), - ("noteCards", tr.qt_accel_cards().replace("&", "")), + ("noteCards", tr.editing_cards()), ("noteCrt", tr.browsing_created()), ("noteEase", tr.browsing_average_ease()), ("noteFld", tr.browsing_sort_field()),