mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
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:
parent
8df81bb212
commit
0d9c8bba54
@ -36,7 +36,9 @@ class ConfigWidget(ConfigWidgetBase, Ui_Form):
|
|||||||
fl = db.field_metadata.get_search_terms()
|
fl = db.field_metadata.get_search_terms()
|
||||||
r('limit_search_columns_to', prefs, setting=CommaSeparatedList, choices=fl)
|
r('limit_search_columns_to', prefs, setting=CommaSeparatedList, choices=fl)
|
||||||
self.clear_history_button.clicked.connect(self.clear_histories)
|
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ña’s Thumb'))
|
||||||
self.gst_explanation.setText('<p>' + _(
|
self.gst_explanation.setText('<p>' + _(
|
||||||
"<b>Grouped search terms</b> are search names that permit a query to automatically "
|
"<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 "
|
"search across more than one column. For example, if you create a grouped "
|
||||||
|
@ -135,10 +135,6 @@
|
|||||||
</item>
|
</item>
|
||||||
<item row="4" column="0">
|
<item row="4" column="0">
|
||||||
<widget class="QCheckBox" name="opt_use_primary_find_in_search">
|
<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ña’s</string>
|
|
||||||
</property>
|
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Unaccented characters match &accented characters and punctuation is ignored</string>
|
<string>Unaccented characters match &accented characters and punctuation is ignored</string>
|
||||||
</property>
|
</property>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user