mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-22 05:14:26 +01:00
Fix #1180795 (Translation)
This commit is contained in:
parent
1e5036ab73
commit
d36fe89352
1 changed files with 2 additions and 2 deletions
|
|
@ -949,8 +949,8 @@ def set_state_to_show(self, *args):
|
|||
|
||||
def set_state_to_hide(self, *args):
|
||||
self.setChecked(True)
|
||||
self.setText(_('Hide %(label)s %(shortcut)s'%dict(
|
||||
label=self.label, shortcut=self.shortcut)))
|
||||
self.setText(_('Hide %(label)s %(shortcut)s')%dict(
|
||||
label=self.label, shortcut=self.shortcut))
|
||||
self.setToolTip(self.text())
|
||||
self.setStatusTip(self.text())
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue