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

List:       kde-commits
Subject:    [calligra] plan/libs/models: Plan i18n: Undo change to to long context string
From:       Dag Andersen <danders () get2net ! dk>
Date:       2016-12-02 9:12:50
Message-ID: E1cCjti-0004vY-Qt () code ! kde ! org
[Download RAW message or body]

Git commit 648eeb4280f19364a145aa94b53b51be6d59fb82 by Dag Andersen.
Committed on 02/12/2016 at 09:11.
Pushed by danders into branch 'master'.

Plan i18n: Undo change to to long context string

M  +1    -1    plan/libs/models/kptnodechartmodel.cpp

https://commits.kde.org/calligra/648eeb4280f19364a145aa94b53b51be6d59fb82

diff --git a/plan/libs/models/kptnodechartmodel.cpp b/plan/libs/models/kptnodechartmodel.cpp
index d22fa79..2824c5c 100644
--- a/plan/libs/models/kptnodechartmodel.cpp
+++ b/plan/libs/models/kptnodechartmodel.cpp
@@ -240,7 +240,7 @@ QVariant ChartItemModel::headerData( int section, Qt::Orientation orientation, i
                 default: return QVariant();
             }
         } else {
-            return startDate().addDays( section ).toString( i18nc( "Date format used as chart axis \
labels. Must follow QDate specification", "MM.dd" ) ); +            return startDate().addDays( section \
).toString( i18nc( "Date format used as chart axis labels. Must follow QDate specification.", "MM.dd" ) \
);  }
     } else if ( role == Qt::ToolTipRole ) {
         if ( orientation == Qt::Horizontal ) {


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

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