String changes

This commit is contained in:
Kovid Goyal 2020-11-26 19:40:32 +05:30
parent 033ba41906
commit f99b535714
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
3 changed files with 3 additions and 3 deletions

View File

@ -163,7 +163,7 @@ def create_simple_tab(self, db):
def create_date_tab(self, db): def create_date_tab(self, db):
self.date_tab = w = QWidget(self.tab_widget) self.date_tab = w = QWidget(self.tab_widget)
self.tab_widget.addTab(w, _("&Date searches")) self.tab_widget.addTab(w, _("&Date search"))
w.l = l = QVBoxLayout(w) w.l = l = QVBoxLayout(w)
def a(w): def a(w):

View File

@ -54,7 +54,7 @@
</property> </property>
<widget class="QWidget" name="tab"> <widget class="QWidget" name="tab">
<attribute name="title"> <attribute name="title">
<string>A&amp;dvanced Search</string> <string>A&amp;dvanced search</string>
</attribute> </attribute>
<layout class="QGridLayout" name="gridLayout_3"> <layout class="QGridLayout" name="gridLayout_3">
<item row="0" column="0"> <item row="0" column="0">

View File

@ -54,7 +54,7 @@
</property> </property>
<widget class="QWidget" name="tab"> <widget class="QWidget" name="tab">
<attribute name="title"> <attribute name="title">
<string>A&amp;dvanced Search</string> <string>A&amp;dvanced search</string>
</attribute> </attribute>
<layout class="QGridLayout" name="gridLayout_3"> <layout class="QGridLayout" name="gridLayout_3">
<item row="0" column="0"> <item row="0" column="0">