From dbb8c9f65de7525a67c077d3fb1603f30529f07e Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Fri, 17 May 2019 20:34:56 +0300 Subject: [PATCH] Fix minor typos --- applets/notifications/package/contents/ui/main.qml | 2 +- dataengines/notifications/notifications.operations | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/applets/notifications/package/contents/ui/main.qml b/applets/notifications/package/contents/ui/main.qml index 36b4fe096..b3e67dbad 100644 --- a/applets/notifications/package/contents/ui/main.qml +++ b/applets/notifications/package/contents/ui/main.qml @@ -63,7 +63,7 @@ Item { KCoreAddons.Format.formatRelativeDateTime(inhibitedUntil, Locale.ShortFormat))); } } else if (lines.length === 0) { - lines.push(i18n("No unread notificatons")); + lines.push(i18n("No unread notifications")); } return lines.join("\n"); diff --git a/dataengines/notifications/notifications.operations b/dataengines/notifications/notifications.operations index 636bfb068..63e1e6705 100644 --- a/dataengines/notifications/notifications.operations +++ b/dataengines/notifications/notifications.operations @@ -21,7 +21,7 @@ - +