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(
|
||||
self,
|
||||
_('No search name'),
|
||||
_('You must specify a search name'),
|
||||
_('You must specify a name for the Saved search'),
|
||||
show=True)
|
||||
expression = self.search.text().strip()
|
||||
if not expression:
|
||||
return error_dialog(
|
||||
self,
|
||||
_('No search expression'),
|
||||
_('You must specify a search expression'),
|
||||
_('You must specify a search expression for the Saved search'),
|
||||
show=True)
|
||||
if icu_lower(name) in self.searches:
|
||||
self.searches.pop(icu_lower(name), None)
|
||||
|
@ -11,7 +11,7 @@
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>User Categories Editor</string>
|
||||
<string>User categories editor</string>
|
||||
</property>
|
||||
<property name="windowIcon">
|
||||
<iconset resource="../../../../resources/images.qrc">
|
||||
|
Loading…
x
Reference in New Issue
Block a user