String changes

This commit is contained in:
Kovid Goyal 2017-10-10 08:44:53 +05:30
parent 5f0bdffa5e
commit 0dcf1a0666
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -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">