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

List:       kde-commits
Subject:    [calligra] plan: Plan: Fix two strings with missing end tags
From:       Dag Andersen <danders () get2net ! dk>
Date:       2016-11-25 20:20:42
Message-ID: E1cAMzC-0001Nj-He () code ! kde ! org
[Download RAW message or body]

Git commit f140fb428b3af1403318967a6d74ca2b457dbdeb by Dag Andersen.
Committed on 25/11/2016 at 20:18.
Pushed by danders into branch 'master'.

Plan: Fix two strings with missing end tags

M  +1    -1    plan/kptview.cpp
M  +1    -1    plan/libs/models/kptcommonstrings.cpp

https://commits.kde.org/calligra/f140fb428b3af1403318967a6d74ca2b457dbdeb

diff --git a/plan/kptview.cpp b/plan/kptview.cpp
index 653f374..6ee361d 100644
--- a/plan/kptview.cpp
+++ b/plan/kptview.cpp
@@ -2957,7 +2957,7 @@ void View::slotMailWorkpackages( const QList<Node*> &nodes, Resource *resource )
         QUrl url = QUrl::fromLocalFile( tmpfile.fileName() );
         if ( ! getPart()->saveWorkPackageUrl( url, n, activeScheduleId(), resource ) ) {
             debugPlan<<"Failed to save to file";
-            KMessageBox::error(0, xi18nc( "@info", "Failed to save to temporary \
file:<br><filename>%1</filename>", url.url() ) ); +            KMessageBox::error(0, xi18nc( "@info", \
"Failed to save to temporary file:<br/><filename>%1</filename>", url.url() ) );  return;
         }
         attachURLs << url.url();
diff --git a/plan/libs/models/kptcommonstrings.cpp b/plan/libs/models/kptcommonstrings.cpp
index 9761dc1..80f7823 100644
--- a/plan/libs/models/kptcommonstrings.cpp
+++ b/plan/libs/models/kptcommonstrings.cpp
@@ -140,7 +140,7 @@ namespace KPlato
     QString WhatsThis::scheduleDistribution() { return xi18nc( "@info:whatsthis",
         "<para>The distribution to be used during scheduling</para>"
         "<para>If distribution is 'None', the tasks estimate is used as is during scheduling.</para>"
-        "<para>If distribution is 'PERT', the estimate used is calculated based on the entered \
optimistic- (O), pessimistic-(P) and most likely (M) estimate. The formula used for this is (O + 4 * M + \
P) / 6.<para>" +        "<para>If distribution is 'PERT', the estimate used is calculated based on the \
entered optimistic- (O), pessimistic-(P) and most likely (M) estimate. The formula used for this is (O + \
4 * M + P) / 6.</para>"  );
     }
 


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

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