Skip to content
Snippets Groups Projects
Commit 74ed9f44 authored by Nico's avatar Nico
Browse files

Fix pycodestyle test

parent 0e83afe9
No related branches found
No related tags found
1 merge request!81Split translation file of Briar GTK and its metadata
...@@ -39,7 +39,7 @@ class AboutDialogWidget(): ...@@ -39,7 +39,7 @@ class AboutDialogWidget():
# "Used in about dialog; it's prefixed by 'Translated by'" # "Used in about dialog; it's prefixed by 'Translated by'"
"Localization Lab Translation Teams" "Localization Lab Translation Teams"
) )
localization_lab_url = "https://wiki.localizationlab.org/index.php/Projects" localization_lab_url = "https://wiki.localizationlab.org/index.php/Projects" # noqa
translation_description = f"{translation_teams} {localization_lab_url}" translation_description = f"{translation_teams} {localization_lab_url}"
self._about_dialog.set_translator_credits( self._about_dialog.set_translator_credits(
translation_description translation_description
......
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