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
c38c3ec3aa
commit
b41c55e811
@ -27,7 +27,7 @@
|
||||
- title: "Driver for the new Nook Glowlight 3"
|
||||
tickets: [1731024]
|
||||
|
||||
- title: "Allow configuring the metadata fields displayed in the popup book details window. To configure, simply click the 'Configure' link at the bottom of the window."
|
||||
- title: "Allow configuring the metadata fields displayed in the pop-up Book details window. To configure, simply click the 'Configure' link at the bottom of the window."
|
||||
|
||||
- title: "Wireless driver: Allow specifying extra file formats (unknown to calibre) to send"
|
||||
|
||||
|
@ -1117,7 +1117,7 @@ class Columns(PreferencesPlugin):
|
||||
class Toolbar(PreferencesPlugin):
|
||||
name = 'Toolbar'
|
||||
icon = I('wizard.png')
|
||||
gui_name = _('Toolbars')
|
||||
gui_name = _('Toolbars and menus')
|
||||
category = 'Interface'
|
||||
gui_category = _('Interface')
|
||||
category_order = 1
|
||||
|
@ -24,7 +24,7 @@ class Configure(Dialog):
|
||||
|
||||
def __init__(self, db, parent=None):
|
||||
self.db = db
|
||||
Dialog.__init__(self, _('Configure the book details window'), 'book-details-popup-conf', parent)
|
||||
Dialog.__init__(self, _('Configure the Book details window'), 'book-details-popup-conf', parent)
|
||||
|
||||
def setup_ui(self):
|
||||
from calibre.gui2.preferences.look_feel import DisplayedFields, move_field_up, move_field_down
|
||||
|
@ -16,13 +16,6 @@
|
||||
<layout class="QVBoxLayout" name="verticalLayout">
|
||||
<item>
|
||||
<layout class="QHBoxLayout" name="horizontalLayout">
|
||||
<item>
|
||||
<widget class="QLabel" name="label">
|
||||
<property name="text">
|
||||
<string>Query:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="HistoryLineEdit" name="query">
|
||||
<property name="sizePolicy">
|
||||
@ -31,6 +24,9 @@
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="placeholderText">
|
||||
<string>Query</string>
|
||||
</property>
|
||||
<property name="clearButtonEnabled">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
|
Loading…
x
Reference in New Issue
Block a user