Git commit dc1ce65ab211792daa8bd5dc763f0321c236ca1f by Allen Winter. Committed on 31/07/2017 at 22:10. Pushed by winterz into branch 'master'. agenda/agendaview.cpp - forgot to update the i18n context M +1 -1 src/agenda/agendaview.cpp https://commits.kde.org/eventviews/dc1ce65ab211792daa8bd5dc763f0321c236ca1f diff --git a/src/agenda/agendaview.cpp b/src/agenda/agendaview.cpp index a9cad2f..9c2cd26 100644 --- a/src/agenda/agendaview.cpp +++ b/src/agenda/agendaview.cpp @@ -1224,7 +1224,7 @@ void AgendaView::createDayLabels(bool force) = int dW =3D date.dayOfWeek(); QString veryLongStr =3D QLocale::system().toString(date, QLocale::= LongFormat); - QString longstr =3D i18nc("short_weekday date (e.g. Mon 13)", "%1 = %2 %3", + QString longstr =3D i18nc("short_weekday short_monthname date (e.g= . Mon Aug 13)", "%1 %2 %3", QLocale::system().dayName(dW, QLocale::Sho= rtFormat), QDate::shortMonthName(date.month()), date.day());