mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 09:56:10 +02:00
...
This commit is contained in:
parent
5c30dd001e
commit
0db9b9bd0e
1 changed files with 1 additions and 1 deletions
|
|
@ -1203,7 +1203,7 @@ def __init__(self, parent):
|
|||
self.not_found_label = l
|
||||
l.setFrameStyle(QFrame.StyledPanel)
|
||||
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.setWordWrap(True)
|
||||
l.resize(l.sizeHint())
|
||||
|
|
|
|||
Loading…
Reference in a new issue