[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [eventviews] src/agenda: agenda/agendaview.cpp - forgot to update the i18n context
From:       Allen Winter <null () kde ! org>
Date:       2017-07-31 22:10:37
Message-ID: E1dcItZ-0006mG-Q5 () code ! kde ! org
[Download RAW message or body]

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 = date.dayOfWeek();
         QString veryLongStr = QLocale::system().toString(date, QLocale::LongFormat);
-        QString longstr = i18nc("short_weekday date (e.g. Mon 13)", "%1 %2 %3",
+        QString longstr = i18nc("short_weekday short_monthname date (e.g. Mon Aug 13)", "%1 %2 %3",
                                 QLocale::system().dayName(dW, QLocale::ShortFormat),
                                 QDate::shortMonthName(date.month()),
                                 date.day());
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic