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:
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()),