diff --git a/httpupload/httpupload.py b/httpupload/httpupload.py index cb06383..0bd7732 100644 --- a/httpupload/httpupload.py +++ b/httpupload/httpupload.py @@ -274,7 +274,7 @@ class Base(object): file.progress.close_dialog() ErrorDialog( _('Error'), - 'For the choosen encryption is no encryption method available', + _('For the chosen encryption no encryption method is available'), transient_for=file.control.parent_win.window) def request_slot(self, file):