From 5fb4838734a60a6e076a8973736f4aff957e31aa Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Tue, 20 Feb 2024 18:56:13 +0100 Subject: [PATCH] Improve push notification string --- src/controller.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/controller.cpp b/src/controller.cpp index 837c53e58..e54d27052 100644 --- a/src/controller.cpp +++ b/src/controller.cpp @@ -120,7 +120,9 @@ Controller::Controller(QObject *parent) } }); - connector->registerClient(i18n("Receiving push notifications")); + connector->registerClient( + i18nc("The reason for using push notifications, as in: '[Push notifications are used for] Receiving notifications for new messages'", + "Receiving notifications for new messages")); m_endpoint = connector->endpoint(); #endif