oups, syntax error
This commit is contained in:
parent
7ce16668fb
commit
f3fec5c791
1 changed files with 2 additions and 2 deletions
|
@ -1129,13 +1129,13 @@ class FileChooserDialog(gtk.FileChooserDialog):
|
||||||
def just_destroy(self, widget):
|
def just_destroy(self, widget):
|
||||||
self.destroy()
|
self.destroy()
|
||||||
|
|
||||||
class BindPortError():
|
class BindPortError:
|
||||||
def __init__(self, port):
|
def __init__(self, port):
|
||||||
ErrorDialog(_('Unable to bind to port %s.') % port,
|
ErrorDialog(_('Unable to bind to port %s.') % port,
|
||||||
_('Maybe you have another running instance of Gajim. '
|
_('Maybe you have another running instance of Gajim. '
|
||||||
'File Transfer will be cancelled.'))
|
'File Transfer will be cancelled.'))
|
||||||
|
|
||||||
class AspellDictError():
|
class AspellDictError:
|
||||||
def __init__(self, lang):
|
def __init__(self, lang):
|
||||||
ErrorDialog(
|
ErrorDialog(
|
||||||
_('Dictionary for lang %s not available') % lang,
|
_('Dictionary for lang %s not available') % lang,
|
||||||
|
|
Loading…
Add table
Reference in a new issue