diff --git a/po/arch-update.pot b/po/arch-update.pot index 538ca7b..e1912ea 100644 --- a/po/arch-update.pot +++ b/po/arch-update.pot @@ -625,10 +625,10 @@ msgstr "" msgid "There's already a running instance of the Arch-Update systray applet" msgstr "" -#: src/script/arch-update-tray.py:118 +#: src/script/arch-update-tray.py:123 msgid "Run Arch-Update" msgstr "" -#: src/script/arch-update-tray.py:119 +#: src/script/arch-update-tray.py:124 msgid "Exit" msgstr "" diff --git a/po/fr.po b/po/fr.po index 7dc755d..f105425 100644 --- a/po/fr.po +++ b/po/fr.po @@ -696,10 +696,10 @@ msgstr "" msgid "There's already a running instance of the Arch-Update systray applet" msgstr "Il y a déjà une instance de l'applet systray d'Arch-Update en cours d'exécution" -#: src/script/arch-update-tray.py:118 +#: src/script/arch-update-tray.py:123 msgid "Run Arch-Update" msgstr "Lancer Arch-Update" -#: src/script/arch-update-tray.py:119 +#: src/script/arch-update-tray.py:124 msgid "Exit" msgstr "Quitter" diff --git a/src/script/arch-update-tray.py b/src/script/arch-update-tray.py index c2cd8b0..1b9a3da 100755 --- a/src/script/arch-update-tray.py +++ b/src/script/arch-update-tray.py @@ -1,4 +1,9 @@ #!/usr/bin/env python3 + +# arch-update-tray: A systray applet for Arch-Update +# https://github.com/Antiz96/arch-update +# SPDX-License-Identifier: GPL-3.0-or-later + """Arch-Update System Tray.""" import gettext import logging