Stop abusing qt accel string

This commit is contained in:
RumovZ 2021-03-29 11:18:10 +02:00
parent ddcb2adf71
commit f3915b914a

View file

@ -725,7 +725,7 @@ class NoteState(ItemState):
def _load_columns(self) -> None: def _load_columns(self) -> None:
self._columns = [ self._columns = [
("note", tr.browsing_note()), ("note", tr.browsing_note()),
("noteCards", tr.qt_accel_cards().replace("&", "")), ("noteCards", tr.editing_cards()),
("noteCrt", tr.browsing_created()), ("noteCrt", tr.browsing_created()),
("noteEase", tr.browsing_average_ease()), ("noteEase", tr.browsing_average_ease()),
("noteFld", tr.browsing_sort_field()), ("noteFld", tr.browsing_sort_field()),