Skip to content
Snippets Groups Projects
Commit e9ce75d7 authored by Daniel Brötzmann's avatar Daniel Brötzmann
Browse files

[httpupload] Make some strings translatable

parent 042c491a
No related branches found
No related tags found
No related merge requests found
......@@ -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):
......
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