mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
String changes
This commit is contained in:
parent
5f0bdffa5e
commit
0dcf1a0666
@ -61,14 +61,14 @@ class AddSavedSearch(Dialog):
|
|||||||
return error_dialog(
|
return error_dialog(
|
||||||
self,
|
self,
|
||||||
_('No search name'),
|
_('No search name'),
|
||||||
_('You must specify a search name'),
|
_('You must specify a name for the Saved search'),
|
||||||
show=True)
|
show=True)
|
||||||
expression = self.search.text().strip()
|
expression = self.search.text().strip()
|
||||||
if not expression:
|
if not expression:
|
||||||
return error_dialog(
|
return error_dialog(
|
||||||
self,
|
self,
|
||||||
_('No search expression'),
|
_('No search expression'),
|
||||||
_('You must specify a search expression'),
|
_('You must specify a search expression for the Saved search'),
|
||||||
show=True)
|
show=True)
|
||||||
if icu_lower(name) in self.searches:
|
if icu_lower(name) in self.searches:
|
||||||
self.searches.pop(icu_lower(name), None)
|
self.searches.pop(icu_lower(name), None)
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
<string>User Categories Editor</string>
|
<string>User categories editor</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowIcon">
|
<property name="windowIcon">
|
||||||
<iconset resource="../../../../resources/images.qrc">
|
<iconset resource="../../../../resources/images.qrc">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user