Skip to content
Snippets Groups Projects
Commit 973e0018 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

typo

parent 1b270084
No related branches found
No related tags found
No related merge requests found
......@@ -1222,7 +1222,7 @@ class configure_accounts_window:
sel = self.accounts_treeview.get_selection()
(model, iter) = sel.get_selected()
account = model.get_value(iter, 0)
dialog = confirm_dialog(_('Are you sure you want to remove account (%s) ?') % account)
dialog = Confirmation_dialog(_('Are you sure you want to remove account (%s) ?') % account)
if dialog.get_response() == gtk.RESPONSE_YES:
if self.plugin.connected[account]:
self.plugin.send('STATUS', account, ('offline', 'offline'))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment