String changes

This commit is contained in:
Kovid Goyal 2018-06-29 11:58:59 +05:30
parent a0c0fb3c77
commit b000dfd777
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -155,7 +155,7 @@ class Tweaks(QAbstractListModel, AdaptSQP): # {{{
ans.setBold(True)
return ans
if role == Qt.ToolTipRole:
tt = _('This tweak has it default value')
tt = _('This tweak has its default value')
if tweak.is_customized:
tt = '<p>'+_('This tweak has been customized')
tt += '<pre>'