GIT_SILENT Fix typo

wilder-5.24
Kai Uwe Broulik 4 years ago
parent 93355636de
commit 70661cd53e
  1. 2
      applets/notifications/package/contents/ui/NotificationHeader.qml

@ -158,7 +158,7 @@ RowLayout {
"%1 min remaining", "%1 min remaining",
Math.round(eta / 60));
}
if (eta < 60 * 60 * 5) { // 5 hours max, if it takes even longer there's no real point in shoing that
if (eta < 60 * 60 * 5) { // 5 hours max, if it takes even longer there's no real point in showing that
return i18ndcp("plasma_applet_org.kde.plasma.notifications", "hours remaining, keep short",
"%1 h remaining", "%1 h remaining",
Math.round(eta / 60 / 60));

Loading…
Cancel
Save