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

List:       kde-commits
Subject:    [parley] src/practice: Fix i18n
From:       Yuri Chornoivan <null () kde ! org>
Date:       2018-09-23 18:16:35
Message-ID: E1g48vr-0004HH-2D () code ! kde ! org
[Download RAW message or body]

Git commit 40b817c8ec273ee97c8be23c2ececb8dd1e96a4e by Yuri Chornoivan.
Committed on 23/09/2018 at 18:16.
Pushed by yurchor into branch 'master'.

Fix i18n

M  +2    -2    src/practice/sessionmanagerbase.cpp

https://commits.kde.org/parley/40b817c8ec273ee97c8be23c2ececb8dd1e96a4e

diff --git a/src/practice/sessionmanagerbase.cpp b/src/practice/sessionmanagerbase.cpp
index f6f526cc..6e5819ca 100644
--- a/src/practice/sessionmanagerbase.cpp
+++ b/src/practice/sessionmanagerbase.cpp
@@ -64,8 +64,8 @@ void SessionManagerBase::setDocument(KEduVocDocument* doc)
     // Make sure that there are at least 2 languages in the file before
     // starting the practice. If we don't do this, it will crash later.
     if (m_doc->identifierCount() < 2) {
-        KMessageBox::error(0, i18n("The vocabulary collection contains fewer than two languages.",
-                                   i18n("Could not start practice")));
+        KMessageBox::error(0, i18n("The vocabulary collection contains fewer than two languages."),
+                                   i18n("Could not start practice"));
         return;
     }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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