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

List:       kde-commits
Subject:    [plasma-nm/0.9.3] editor: Pass strings to i18nc in correct order
From:       Jan Grulich <jgrulich () redhat ! com>
Date:       2014-07-07 14:44:55
Message-ID: E1X4AA3-0005fB-Jp () scm ! kde ! org
[Download RAW message or body]

Git commit c61f43e11c2e036b76ddf19760727d37c08b65c3 by Jan Grulich.
Committed on 07/07/2014 at 14:44.
Pushed by grulich into branch '0.9.3'.

Pass strings to i18nc in correct order

M  +1    -1    editor/connectioneditor.cpp

http://commits.kde.org/plasma-nm/c61f43e11c2e036b76ddf19760727d37c08b65c3

diff --git a/editor/connectioneditor.cpp b/editor/connectioneditor.cpp
index 7242ae2..364d256 100644
--- a/editor/connectioneditor.cpp
+++ b/editor/connectioneditor.cpp
@@ -148,7 +148,7 @@ void ConnectionEditor::initializeMenu()
     m_menu->addAction(action);
 
     action = m_menu->addSeparator();
-    action->setText(i18nc("Virtual", "Virtual hardware devices, eg Bridge, Bond"));
+    action->setText(i18nc("Virtual hardware devices, eg Bridge, Bond", "Virtual"));
 
     action = new QAction(i18n("Bond"), this);
     action->setData(NetworkManager::ConnectionSettings::Bond);
[prev in list] [next in list] [prev in thread] [next in thread] 

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