From e9ce75d73508ca55d0e9f365f09095a5f19bec72 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 21 Dec 2017 22:23:37 +0100 Subject: [PATCH] [httpupload] Make some strings translatable --- httpupload/httpupload.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):