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
033ba41906
commit
f99b535714
@ -163,7 +163,7 @@ def create_simple_tab(self, db):
|
||||
|
||||
def create_date_tab(self, db):
|
||||
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)
|
||||
|
||||
def a(w):
|
||||
|
@ -54,7 +54,7 @@
|
||||
</property>
|
||||
<widget class="QWidget" name="tab">
|
||||
<attribute name="title">
|
||||
<string>A&dvanced Search</string>
|
||||
<string>A&dvanced search</string>
|
||||
</attribute>
|
||||
<layout class="QGridLayout" name="gridLayout_3">
|
||||
<item row="0" column="0">
|
||||
|
@ -54,7 +54,7 @@
|
||||
</property>
|
||||
<widget class="QWidget" name="tab">
|
||||
<attribute name="title">
|
||||
<string>A&dvanced Search</string>
|
||||
<string>A&dvanced search</string>
|
||||
</attribute>
|
||||
<layout class="QGridLayout" name="gridLayout_3">
|
||||
<item row="0" column="0">
|
||||
|
Loading…
x
Reference in New Issue
Block a user