mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
uppercase options tooltip
This commit is contained in:
parent
a2ad76dbb4
commit
30cdbb5cea
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ text-align: center;
|
|||
|
||||
def _renderBottom(self):
|
||||
links = [
|
||||
["o", "opts", _("Options")],
|
||||
["O", "opts", _("Options")],
|
||||
]
|
||||
if self.mw.col.decks.current()['dyn']:
|
||||
links.append(["R", "refresh", _("Rebuild")])
|
||||
|
|
Loading…
Reference in a new issue