[httpupload] Make some strings translatable

This commit is contained in:
Daniel
2017-12-21 22:23:37 +01:00
parent 042c491a41
commit e9ce75d735

View File

@@ -274,7 +274,7 @@ class Base(object):
file.progress.close_dialog() file.progress.close_dialog()
ErrorDialog( ErrorDialog(
_('Error'), _('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) transient_for=file.control.parent_win.window)
def request_slot(self, file): def request_slot(self, file):