Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix metasearch syntax error
  • Loading branch information
jef-n committed Sep 6, 2014
1 parent f17b600 commit 5cb7d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/MetaSearch/dialogs/maindialog.py
Expand Up @@ -289,7 +289,7 @@ def delete_connection(self):

key = '/MetaSearch/%s' % current_text

msg = self.tr('Remove service %s?)' % current_text
msg = self.tr('Remove service %s?)') % current_text

result = QMessageBox.information(self, self.tr('Confirm delete'), msg,
QMessageBox.Ok | QMessageBox.Cancel)
Expand Down

0 comments on commit 5cb7d35

Please sign in to comment.