mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -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):
|
def _renderBottom(self):
|
||||||
links = [
|
links = [
|
||||||
["o", "opts", _("Options")],
|
["O", "opts", _("Options")],
|
||||||
]
|
]
|
||||||
if self.mw.col.decks.current()['dyn']:
|
if self.mw.col.decks.current()['dyn']:
|
||||||
links.append(["R", "refresh", _("Rebuild")])
|
links.append(["R", "refresh", _("Rebuild")])
|
||||||
|
|
Loading…
Reference in a new issue