This commit is contained in:
Kovid Goyal 2010-12-31 10:39:13 -07:00
parent 5c30dd001e
commit 0db9b9bd0e

View File

@ -1203,7 +1203,7 @@ class TagBrowserWidget(QWidget): # {{{
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())