application: Update example email address

This commit is contained in:
kramo
2025-11-30 11:53:30 +01:00
committed by Laura Kramolis
parent 77dd0be99a
commit 724f047889

View File

@@ -30,6 +30,6 @@ class Application(Adw.Application):
def _present_about_dialog(self) -> None:
dialog = Adw.AboutDialog.new_from_appdata(f"{PREFIX}/{APP_ID}.metainfo.xml")
# Translators: Replace "translator-credits" with your name/username,
# and optionally a URL or an email in <me@example.org> format.
# and optionally a URL or an email in <user@example.org> format.
dialog.props.translator_credits = _("translator-credits")
dialog.present(self.props.active_window)