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):
links = [
["o", "opts", _("Options")],
["O", "opts", _("Options")],
]
if self.mw.col.decks.current()['dyn']:
links.append(["R", "refresh", _("Rebuild")])