From 6583be25cc7c8ba31becd4f68b905dddef137c78 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 12 May 2017 13:56:37 +0530 Subject: [PATCH] String changes --- src/calibre/gui2/convert/azw3_output.ui | 6 +++--- src/calibre/gui2/convert/docx_input.ui | 4 ++-- src/calibre/gui2/convert/mobi_output.ui | 6 +++--- src/calibre/gui2/convert/pmlz_output.ui | 4 ++-- src/calibre/gui2/convert/txt_input.ui | 6 +++--- src/calibre/gui2/convert/txt_output.ui | 2 +- src/calibre/gui2/metadata/config.py | 2 +- src/calibre/gui2/preferences/adding.ui | 2 +- src/calibre/gui2/preferences/coloring.py | 2 +- src/calibre/gui2/preferences/look_feel.ui | 3 +++ src/calibre/gui2/wizard/send_email.ui | 4 ++-- 11 files changed, 22 insertions(+), 19 deletions(-) diff --git a/src/calibre/gui2/convert/azw3_output.ui b/src/calibre/gui2/convert/azw3_output.ui index b85c6155e9..537838ffee 100644 --- a/src/calibre/gui2/convert/azw3_output.ui +++ b/src/calibre/gui2/convert/azw3_output.ui @@ -47,14 +47,14 @@ - Enable sharing of book content via Facebook, etc. WARNING: Disables last read syncing + Enable &sharing of book content via Facebook, etc. WARNING: Disables last read syncing - Do not add Table of Contents to book + Do not add &Table of Contents to book @@ -71,7 +71,7 @@ - Disable compression of the file contents + Disable &compression of the file contents diff --git a/src/calibre/gui2/convert/docx_input.ui b/src/calibre/gui2/convert/docx_input.ui index 86df1ff0f6..bcada1473f 100644 --- a/src/calibre/gui2/convert/docx_input.ui +++ b/src/calibre/gui2/convert/docx_input.ui @@ -24,14 +24,14 @@ - Do not add a page after every endnote + Do not add a page after every &endnote - Render superscripts and subscripts so that they do not affect the line height. + Render &superscripts and subscripts so that they do not affect the line height. diff --git a/src/calibre/gui2/convert/mobi_output.ui b/src/calibre/gui2/convert/mobi_output.ui index 71c19fb0c4..4c6d7074d3 100644 --- a/src/calibre/gui2/convert/mobi_output.ui +++ b/src/calibre/gui2/convert/mobi_output.ui @@ -17,7 +17,7 @@ - Do not add Table of Contents to book + Do not add &Table of Contents to book @@ -65,7 +65,7 @@ - Disable compression of the file contents + Disable &compression of the file contents @@ -104,7 +104,7 @@ - Enable sharing of book content via Facebook, etc. WARNING: Disables last read syncing + Enable &sharing of book content via Facebook, etc. WARNING: Disables last read syncing diff --git a/src/calibre/gui2/convert/pmlz_output.ui b/src/calibre/gui2/convert/pmlz_output.ui index 3251d7cb7c..0283e572a5 100644 --- a/src/calibre/gui2/convert/pmlz_output.ui +++ b/src/calibre/gui2/convert/pmlz_output.ui @@ -37,7 +37,7 @@ - Do not reduce image size and depth + Do not &reduce image size and depth @@ -46,7 +46,7 @@ - Output encoding: + Output &encoding: diff --git a/src/calibre/gui2/convert/txt_input.ui b/src/calibre/gui2/convert/txt_input.ui index bb2ed91573..dc1e0fb8c0 100644 --- a/src/calibre/gui2/convert/txt_input.ui +++ b/src/calibre/gui2/convert/txt_input.ui @@ -29,7 +29,7 @@ - Paragraph style: + &Paragraph style: @@ -52,7 +52,7 @@ - Formatting style: + &Formatting style: @@ -85,7 +85,7 @@ - Remove indents at the beginning of lines + Remove &indents at the beginning of lines diff --git a/src/calibre/gui2/convert/txt_output.ui b/src/calibre/gui2/convert/txt_output.ui index 3398bd4a11..ede1698361 100644 --- a/src/calibre/gui2/convert/txt_output.ui +++ b/src/calibre/gui2/convert/txt_output.ui @@ -88,7 +88,7 @@ - Force maximum line length + Force maximum line &length diff --git a/src/calibre/gui2/metadata/config.py b/src/calibre/gui2/metadata/config.py index 4e08d48c69..a20e35bf5f 100644 --- a/src/calibre/gui2/metadata/config.py +++ b/src/calibre/gui2/metadata/config.py @@ -63,7 +63,7 @@ class ConfigWidget(QWidget): self.l = l = QGridLayout() self.setLayout(l) - self.gb = QGroupBox(_('Downloaded metadata fields'), self) + self.gb = QGroupBox(_('Metadata fields to download'), self) if plugin.config_help_message: self.pchm = QLabel(plugin.config_help_message) self.pchm.setWordWrap(True) diff --git a/src/calibre/gui2/preferences/adding.ui b/src/calibre/gui2/preferences/adding.ui index 5f81819b50..b92826d8c6 100644 --- a/src/calibre/gui2/preferences/adding.ui +++ b/src/calibre/gui2/preferences/adding.ui @@ -21,7 +21,7 @@ - The adding &process + The add &process diff --git a/src/calibre/gui2/preferences/coloring.py b/src/calibre/gui2/preferences/coloring.py index 368afba126..d084b3f9a6 100644 --- a/src/calibre/gui2/preferences/coloring.py +++ b/src/calibre/gui2/preferences/coloring.py @@ -920,7 +920,7 @@ class EditRules(QWidget): # {{{ l.setRowStretch(l.rowCount() - 1, 10) self.add_advanced_button = b = QPushButton(QIcon(I('plus.png')), - _('Add advanced rule'), self) + _('Add ad&vanced rule'), self) b.clicked.connect(self.add_advanced) self.hb = hb = QHBoxLayout() l.addLayout(hb, l.rowCount(), 0, 1, 2) diff --git a/src/calibre/gui2/preferences/look_feel.ui b/src/calibre/gui2/preferences/look_feel.ui index f6f92c169b..a6a0e9cf90 100644 --- a/src/calibre/gui2/preferences/look_feel.ui +++ b/src/calibre/gui2/preferences/look_feel.ui @@ -615,6 +615,9 @@ A value of zero means calculate automatically. Maximum amount of &disk space to use for caching thumbnails: + + opt_cover_grid_disk_cache_size + diff --git a/src/calibre/gui2/wizard/send_email.ui b/src/calibre/gui2/wizard/send_email.ui index 338e32cb11..8337488f36 100644 --- a/src/calibre/gui2/wizard/send_email.ui +++ b/src/calibre/gui2/wizard/send_email.ui @@ -209,7 +209,7 @@ - Use GMX + Use &GMX @@ -229,7 +229,7 @@ - Use Hotmail + Use &Hotmail