mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 07:22:23 -04:00
Stop abusing qt accel string
This commit is contained in:
parent
ddcb2adf71
commit
f3915b914a
1 changed files with 1 additions and 1 deletions
|
@ -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()),
|
||||||
|
|
Loading…
Reference in a new issue