uppercase options tooltip

This commit is contained in:
Damien Elmes 2013-02-20 15:27:42 +09:00
parent a2ad76dbb4
commit 30cdbb5cea

View file

@ -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")])