fix permissions error popup

This commit is contained in:
Daniel Pavel 2013-06-08 21:04:32 +02:00
parent d01d9edb78
commit b98e27e464
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ async = GLib.idle_add
run_loop = Gtk.main
def error_dialog(reason, object):
if reason == 'permission':
if reason == 'permissions':
title = 'Permissions error'
text = ('Found a Logitech Receiver (%s), but did not have permission to open it.\n'
'\n'