This commit is contained in:
Kovid Goyal 2010-09-29 13:24:01 -06:00
parent 9cfe0bfaa2
commit 1d87806ff9
2 changed files with 3065 additions and 3060 deletions

View File

@ -152,7 +152,7 @@ class SearchBar(QWidget): # {{{
l.addWidget(x)
x.setToolTip(_("Advanced search"))
self.label = x = QLabel('&Search:')
self.label = x = QLabel(_('&Search:'))
l.addWidget(self.label)
x.setSizePolicy(QSizePolicy.Minimum, QSizePolicy.Minimum)

File diff suppressed because it is too large Load Diff