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:
English - @LibreOfficiant
French - @LibreOfficiant
* English - @LibreOfficiant
* French - @LibreOfficiant
* Help Us

View File

@ -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,
}