mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Change tooltip
This commit is contained in:
parent
6a96eb62f0
commit
a003802c9a
@ -120,10 +120,11 @@ class SmartdeviceDialog(QDialog, Ui_Dialog):
|
|||||||
auto_mgmt_button.setToolTip('<p>' +
|
auto_mgmt_button.setToolTip('<p>' +
|
||||||
_('Enabling automatic metadata management tells calibre to send any '
|
_('Enabling automatic metadata management tells calibre to send any '
|
||||||
'changes you made to books\' metadata when your device is '
|
'changes you made to books\' metadata when your device is '
|
||||||
'connected. If it is not enabled, changes are sent only when '
|
'connected, which is the most useful setting when using the wireless '
|
||||||
'you send a book. You can get more information or change this '
|
'device interface. If automatic metadata management is not '
|
||||||
'preference to some other choice at Preferences -> '
|
'enabled, changes are sent only when you send a book. You can '
|
||||||
'Send to device -> Metadata management')
|
'get more information or change this preference to some other '
|
||||||
|
'choice at Preferences -> Send to device -> Metadata management')
|
||||||
+ '</p>')
|
+ '</p>')
|
||||||
self.buttonBox.addButton(auto_mgmt_button, QDialogButtonBox.ActionRole)
|
self.buttonBox.addButton(auto_mgmt_button, QDialogButtonBox.ActionRole)
|
||||||
self.set_auto_management = False
|
self.set_auto_management = False
|
||||||
|
Loading…
x
Reference in New Issue
Block a user