Add Proxy dialog title to translate

This commit is contained in:
El Mau 2022-03-25 09:29:59 -06:00
parent afd94fa5fe
commit b3c783c1fe
2 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ SWIFT / BIC: TRWIBEB1XXX
Thanks for translations: Thanks for translations:
English - @LibreOfficiant * English - @LibreOfficiant
French - @LibreOfficiant * French - @LibreOfficiant
* Help Us * Help Us

View File

@ -632,7 +632,7 @@ def _create_dialog():
def _create_dialog_proxy(): def _create_dialog_proxy():
args= { args= {
'Name': 'dlg_proxy', 'Name': 'dlg_proxy',
'Title': 'Zaz-Pip - Proxy settings', 'Title': _('Zaz-Pip - Proxy settings'),
'Width': 150, 'Width': 150,
'Height': 100, 'Height': 100,
} }