Fix minor typos

wilder-5.17
Yuri Chornoivan 7 years ago
parent 3a5e48dd77
commit dbb8c9f65d
  1. 2
      applets/notifications/package/contents/ui/main.qml
  2. 2
      dataengines/notifications/notifications.operations

@ -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");

@ -21,7 +21,7 @@
<label>The name of the icon of the notifying application</label>
</entry>
<entry name="summary" type="String">
<label>Summary of the notificaton text</label>
<label>Summary of the notification text</label>
</entry>
<entry name="body" type="String">
<label>The whole text of the notification</label>

Loading…
Cancel
Save