Workaround for transifex keeling over with non-ASCII msgids

Fixes #1970024 [Typo in text string?](https://bugs.launchpad.net/calibre/+bug/1970024)
This commit is contained in:
Kovid Goyal 2022-04-23 14:49:58 +05:30
parent 8df81bb212
commit 0d9c8bba54
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 3 additions and 5 deletions

View File

@ -36,7 +36,9 @@ class ConfigWidget(ConfigWidgetBase, Ui_Form):
fl = db.field_metadata.get_search_terms()
r('limit_search_columns_to', prefs, setting=CommaSeparatedList, choices=fl)
self.clear_history_button.clicked.connect(self.clear_histories)
self.opt_use_primary_find_in_search.setToolTip(_(
'Searching will ignore accents on characters as well as punctuation and spaces.\nSo for example: {0} will match {1}').format(
'Penasthumb', 'Peñas Thumb'))
self.gst_explanation.setText('<p>' + _(
"<b>Grouped search terms</b> are search names that permit a query to automatically "
"search across more than one column. For example, if you create a grouped "

View File

@ -135,10 +135,6 @@
</item>
<item row="4" column="0">
<widget class="QCheckBox" name="opt_use_primary_find_in_search">
<property name="toolTip">
<string>Searching will ignore accents on characters as well as punctuation. So for example:
Penas will match Peñas</string>
</property>
<property name="text">
<string>Unaccented characters match &amp;accented characters and punctuation is ignored</string>
</property>