String changes

This commit is contained in:
Kovid Goyal 2017-11-30 10:01:10 +05:30
parent c38c3ec3aa
commit b41c55e811
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
4 changed files with 6 additions and 10 deletions

View File

@ -27,7 +27,7 @@
- title: "Driver for the new Nook Glowlight 3" - title: "Driver for the new Nook Glowlight 3"
tickets: [1731024] 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" - title: "Wireless driver: Allow specifying extra file formats (unknown to calibre) to send"

View File

@ -1117,7 +1117,7 @@ class Columns(PreferencesPlugin):
class Toolbar(PreferencesPlugin): class Toolbar(PreferencesPlugin):
name = 'Toolbar' name = 'Toolbar'
icon = I('wizard.png') icon = I('wizard.png')
gui_name = _('Toolbars') gui_name = _('Toolbars and menus')
category = 'Interface' category = 'Interface'
gui_category = _('Interface') gui_category = _('Interface')
category_order = 1 category_order = 1

View File

@ -24,7 +24,7 @@ class Configure(Dialog):
def __init__(self, db, parent=None): def __init__(self, db, parent=None):
self.db = db 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): def setup_ui(self):
from calibre.gui2.preferences.look_feel import DisplayedFields, move_field_up, move_field_down from calibre.gui2.preferences.look_feel import DisplayedFields, move_field_up, move_field_down

View File

@ -16,13 +16,6 @@
<layout class="QVBoxLayout" name="verticalLayout"> <layout class="QVBoxLayout" name="verticalLayout">
<item> <item>
<layout class="QHBoxLayout" name="horizontalLayout"> <layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Query:</string>
</property>
</widget>
</item>
<item> <item>
<widget class="HistoryLineEdit" name="query"> <widget class="HistoryLineEdit" name="query">
<property name="sizePolicy"> <property name="sizePolicy">
@ -31,6 +24,9 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="placeholderText">
<string>Query</string>
</property>
<property name="clearButtonEnabled"> <property name="clearButtonEnabled">
<bool>true</bool> <bool>true</bool>
</property> </property>