From b3c783c1fe3c16145401cdf7e3f4ef84621bea39 Mon Sep 17 00:00:00 2001 From: El Mau Date: Fri, 25 Mar 2022 09:29:59 -0600 Subject: [PATCH] Add Proxy dialog title to translate --- README.md | 4 ++-- source/pythonpath/main.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 85b5f1a..55d8c88 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ SWIFT / BIC: TRWIBEB1XXX Thanks for translations: -English - @LibreOfficiant -French - @LibreOfficiant +* English - @LibreOfficiant +* French - @LibreOfficiant * Help Us diff --git a/source/pythonpath/main.py b/source/pythonpath/main.py index ee13c8f..4951892 100644 --- a/source/pythonpath/main.py +++ b/source/pythonpath/main.py @@ -632,7 +632,7 @@ def _create_dialog(): def _create_dialog_proxy(): args= { 'Name': 'dlg_proxy', - 'Title': 'Zaz-Pip - Proxy settings', + 'Title': _('Zaz-Pip - Proxy settings'), 'Width': 150, 'Height': 100, }