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

List:       kde-commits
Subject:    [calligra] plan/libs/models: Shorten a i18n context msg by 1 char, or else extraction failes
From:       Dag Andersen <danders () get2net ! dk>
Date:       2016-11-26 13:46:17
Message-ID: E1cAdJ3-0006gm-FP () code ! kde ! org
[Download RAW message or body]

Git commit 77bd581fe93f2ff08f0d70a75c241da29e807145 by Dag Andersen.
Committed on 26/11/2016 at 13:46.
Pushed by danders into branch 'master'.

Shorten a i18n context msg by 1 char, or else extraction failes

Probably due to a bug in xgettext or (more likely) in calligra_xgettext.sh

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

https://commits.kde.org/calligra/77bd581fe93f2ff08f0d70a75c241da29e807145

diff --git a/plan/libs/models/kptnodechartmodel.cpp \
b/plan/libs/models/kptnodechartmodel.cpp index 2824c5c..d22fa79 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