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
a1a27fe58f
commit
f5be77f77a
@ -536,7 +536,7 @@ class TagBrowserWidget(QFrame): # {{{
|
|||||||
self.not_found_label = l
|
self.not_found_label = l
|
||||||
l.setFrameStyle(QFrame.StyledPanel)
|
l.setFrameStyle(QFrame.StyledPanel)
|
||||||
l.setAutoFillBackground(True)
|
l.setAutoFillBackground(True)
|
||||||
l.setText('<p><b>'+_('No More Matches.</b><p> Click Find again to go to first match'))
|
l.setText('<p><b>'+_('No more matches.</b><p> Click Find again to go to first match'))
|
||||||
l.setAlignment(Qt.AlignVCenter)
|
l.setAlignment(Qt.AlignVCenter)
|
||||||
l.setWordWrap(True)
|
l.setWordWrap(True)
|
||||||
l.resize(l.sizeHint())
|
l.resize(l.sizeHint())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user