mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
String changes
This commit is contained in:
parent
a0c0fb3c77
commit
b000dfd777
@ -155,7 +155,7 @@ class Tweaks(QAbstractListModel, AdaptSQP): # {{{
|
|||||||
ans.setBold(True)
|
ans.setBold(True)
|
||||||
return ans
|
return ans
|
||||||
if role == Qt.ToolTipRole:
|
if role == Qt.ToolTipRole:
|
||||||
tt = _('This tweak has it default value')
|
tt = _('This tweak has its default value')
|
||||||
if tweak.is_customized:
|
if tweak.is_customized:
|
||||||
tt = '<p>'+_('This tweak has been customized')
|
tt = '<p>'+_('This tweak has been customized')
|
||||||
tt += '<pre>'
|
tt += '<pre>'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user