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

List:       kde-commits
Subject:    [kdevplatform] plugins/git: i18n: typo fix
From:       Pino Toscano <null () kde ! org>
Date:       2017-07-01 6:18:43
Message-ID: E1dRBjv-000667-2R () code ! kde ! org
[Download RAW message or body]

Git commit f45c0b9fb145e0016e7faf52e9a111c1b7d30a05 by Pino Toscano.
Committed on 01/07/2017 at 06:18.
Pushed by pino into branch 'master'.

i18n: typo fix

- "uncommited" -> "uncommitted"

M  +1    -1    plugins/git/gitplugin.cpp

https://commits.kde.org/kdevplatform/f45c0b9fb145e0016e7faf52e9a111c1b7d30a05

diff --git a/plugins/git/gitplugin.cpp b/plugins/git/gitplugin.cpp
index f403d1ab9..be074d379 100644
--- a/plugins/git/gitplugin.cpp
+++ b/plugins/git/gitplugin.cpp
@@ -435,7 +435,7 @@ VcsJob* GitPlugin::revert(const QList<QUrl>& localLocations, \
IBasicVersionContro  }
     }
     if (!modified.isEmpty()) {
-        auto res = KMessageBox::questionYesNo(nullptr, i18n("The following files \
have uncommited changes, " +        auto res = KMessageBox::questionYesNo(nullptr, \
                i18n("The following files have uncommitted changes, "
                                               "which will be lost. Continue?") + \
"<br/><br/>" + modified);  if (res != KMessageBox::Yes) {
             return errorsFound(QString(), OutputJob::Silent);


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

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