talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 6e36d58c7bacca27dc0840174b19a33fcdfadd72
parent 41ab3290968d21e248eea17f1f2593110a81851c
Author: Paul <paul@claws-mail.org>
Date:   Mon, 24 Feb 2025 07:31:57 +0000

fix Atayana typo

Diffstat:
Mpo/es.po | 4++--
Mpo/fr.po | 2+-
Msrc/plugins/notification/notification_prefs.c | 6+++---
3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/po/es.po b/po/es.po @@ -11886,8 +11886,8 @@ msgid "SysTrayicon" msgstr "Bandeja del sistema" #: src/plugins/notification/notification_prefs.c:547 -msgid "Atayana App Indicator" -msgstr "Indicador Atayana" +msgid "Ayatana App Indicator" +msgstr "Indicador Ayatana" #: src/plugins/notification/notification_prefs.c:565 msgid "Indicator" diff --git a/po/fr.po b/po/fr.po @@ -12040,7 +12040,7 @@ msgid "SysTrayicon" msgstr "Icône de la barre système" #: src/plugins/notification/notification_prefs.c:547 -msgid "Atayana App Indicator" +msgid "Ayatana App Indicator" msgstr "Indicateur Ayatana App" #: src/plugins/notification/notification_prefs.c:565 diff --git a/src/plugins/notification/notification_prefs.c b/src/plugins/notification/notification_prefs.c @@ -170,8 +170,8 @@ NotifyTrayiconPage trayicon_page; typedef struct { PrefsPage page; GtkWidget *ayatana_indicator_enabled; -}NotifyAtayanaIndicatorPage; -NotifyAtayanaIndicatorPage ayatana_indicator_page; +}NotifyAyatanaIndicatorPage; +NotifyAyatanaIndicatorPage ayatana_indicator_page; #endif #ifdef NOTIFICATION_INDICATOR @@ -544,7 +544,7 @@ void notify_gtk_init(void) ayatana_indicator_path[0] = _("Plugins"); ayatana_indicator_path[1] = _("Notification"); - ayatana_indicator_path[2] = _("Atayana App Indicator"); + ayatana_indicator_path[2] = _("Ayatana App Indicator"); ayatana_indicator_path[3] = NULL; ayatana_indicator_page.page.path = ayatana_indicator_path;