String changes

This commit is contained in:
Kovid Goyal 2017-07-18 13:09:12 +05:30
parent 3234e2fb0c
commit 3e6d7c93d2
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
6 changed files with 7 additions and 7 deletions

View File

@ -393,7 +393,7 @@ sort_dates_using_visible_fields = False
cover_trim_fuzz_value = 10 cover_trim_fuzz_value = 10
#: Control behavior of the book list #: Control behavior of the book list
# You can control the behavior of doubleclicks on the books list. # You can control the behavior of double clicks on the books list.
# Choices: open_viewer, do_nothing, # Choices: open_viewer, do_nothing,
# edit_cell, edit_metadata. Selecting anything other than open_viewer has the # edit_cell, edit_metadata. Selecting anything other than open_viewer has the
# side effect of disabling editing a field using a single click. # side effect of disabling editing a field using a single click.

View File

@ -460,7 +460,7 @@ class CoverView(QWidget): # {{{
except: except:
sz = QSize(0, 0) sz = QSize(0, 0)
self.setToolTip( self.setToolTip(
'<p>'+_('Double-click to open the Book details window') + '<p>'+_('Double click to open the Book details window') +
'<br><br>' + _('Path') + ': ' + current_path + '<br><br>' + _('Path') + ': ' + current_path +
'<br><br>' + _('Cover size: %(width)d x %(height)d pixels')%dict( '<br><br>' + _('Cover size: %(width)d x %(height)d pixels')%dict(
width=sz.width(), height=sz.height()) width=sz.width(), height=sz.height())

View File

@ -451,7 +451,7 @@ class Quickview(QDialog, Ui_Quickview):
self.books_table.setSortingEnabled(False) self.books_table.setSortingEnabled(False)
self.books_table.blockSignals(True) self.books_table.blockSignals(True)
tt = ('<p>' + tt = ('<p>' +
_('Double-click on a book to change the selection in the library view or ' _('Double click on a book to change the selection in the library view or '
'change the column shown in the left-hand pane. ' 'change the column shown in the left-hand pane. '
'Shift- or control-double-click to edit the metadata of a book, ' 'Shift- or control-double-click to edit the metadata of a book, '
'which also changes the selected book.' 'which also changes the selected book.'

View File

@ -836,7 +836,7 @@ class MetadataSingleDialog(MetadataSingleDialogBase): # {{{
l.addWidget(self.fetch_metadata_button, 10, 0, 1, 2) l.addWidget(self.fetch_metadata_button, 10, 0, 1, 2)
l.addWidget(self.config_metadata_button, 10, 2, 1, 1) l.addWidget(self.config_metadata_button, 10, 2, 1, 1)
self.tabs[0].gb2 = gb = QGroupBox(_('Co&mments'), self) self.tabs[0].gb2 = gb = QGroupBox(_('Comments'), self)
gb.l = l = QVBoxLayout() gb.l = l = QVBoxLayout()
gb.setLayout(l) gb.setLayout(l)
l.addWidget(self.comments) l.addWidget(self.comments)

View File

@ -120,8 +120,8 @@ class CreateCustomColumn(QDialog):
self.exec_() self.exec_()
return return
self.setWindowTitle(_('Edit a custom column')) self.setWindowTitle(_('Edit custom column'))
self.heading_label.setText('<b>' + _('Edit a custom column')) self.heading_label.setText('<b>' + _('Edit custom column'))
self.shortcuts.setVisible(False) self.shortcuts.setVisible(False)
idx = current_row idx = current_row
if idx < 0: if idx < 0:

View File

@ -1183,7 +1183,7 @@ column being examined (the left-hand pane)</string>
column being examined (the left-hand pane)</string> column being examined (the left-hand pane)</string>
</property> </property>
<property name="text"> <property name="text">
<string>&amp;Doubleclick changes examined column</string> <string>&amp;Double click changes examined column</string>
</property> </property>
</widget> </widget>
</item> </item>