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

List:       kde-commits
Subject:    [plasma-nm] /: fix typo
From:       Lukáš Tinkl <lukas () kde ! org>
Date:       2013-03-31 23:12:34
Message-ID: 20130331231234.BD5F7A604F () git ! kde ! org
[Download RAW message or body]

Git commit e37ae2928b898a1fb19fc2ff717d91935a4d5b35 by Lukáš Tinkl.
Committed on 01/04/2013 at 01:12.
Pushed by lukas into branch 'master'.

fix typo

M  +1    -1    applet/declarative/contents/ui/ConnectionItem.qml
M  +3    -3    applet/declarative/contents/ui/main.qml
M  +1    -1    declarative-plugins/model/modelitem.cpp

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

diff --git a/applet/declarative/contents/ui/ConnectionItem.qml \
b/applet/declarative/contents/ui/ConnectionItem.qml index 0a139c5..0876c0f 100644
--- a/applet/declarative/contents/ui/ConnectionItem.qml
+++ b/applet/declarative/contents/ui/ConnectionItem.qml
@@ -167,7 +167,7 @@ Item {
             name: "Hidden";
             when: ((!connectionView.activeExpanded && itemSection == i18n("Active \
                connections")) ||
                    (!connectionView.previousExpanded && itemSection == \
                i18n("Previous connections")) ||
-                   (!connectionView.uknownExpanded && itemSection == i18n("Uknown \
connections"))) +                   (!connectionView.unknownExpanded && itemSection \
== i18n("Unknown connections")))  PropertyChanges { target: connectionItem; height: \
0; }  PropertyChanges { target: connectionItem; visible: false; }
         }
diff --git a/applet/declarative/contents/ui/main.qml \
b/applet/declarative/contents/ui/main.qml index 52684c9..7bc607f 100644
--- a/applet/declarative/contents/ui/main.qml
+++ b/applet/declarative/contents/ui/main.qml
@@ -80,7 +80,7 @@ Item {
 
         property bool activeExpanded: true;
         property bool previousExpanded: true;
-        property bool uknownExpanded: true;
+        property bool unknownExpanded: true;
 
         anchors { left: parent.left; right: parent.right; top: parent.top; bottom: \
toolbarSeparator.top; topMargin: 5; bottomMargin: 10 }  clip: true
@@ -93,7 +93,7 @@ Item {
                 } else if (section == i18n("Previous connections")) {
                     connectionView.previousExpanded = false;
                 } else {
-                    connectionView.uknownExpanded = false;
+                    connectionView.unknownExpanded = false;
                 }
             }
 
@@ -103,7 +103,7 @@ Item {
                 } else if (section == i18n("Previous connections")) {
                     connectionView.previousExpanded = true;
                 } else {
-                    connectionView.uknownExpanded = true;
+                    connectionView.unknownExpanded = true;
                 }
             }
         }
diff --git a/declarative-plugins/model/modelitem.cpp \
b/declarative-plugins/model/modelitem.cpp index 67872ce..b61242b 100644
--- a/declarative-plugins/model/modelitem.cpp
+++ b/declarative-plugins/model/modelitem.cpp
@@ -137,7 +137,7 @@ QString ModelItem::sectionType() const
     } else if (m_uuid != "") {
         return i18n("Previous connections");
     } else {
-        return i18n("Uknown connections");
+        return i18n("Unknown connections");
     }
 }
 


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

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