diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-05-09 15:15:44 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-05-09 15:15:44 +0200 |
commit | 2b01369c59f03b49a8a98363c7bde4c0804d40ff (patch) | |
tree | 826e7837d5a35ee7b3ebc1175d7768a3a8c0d330 /components | |
parent | 59d1aaeec09a2f049b9c9865fa7e8c949c3653f6 (diff) | |
download | kube-2b01369c59f03b49a8a98363c7bde4c0804d40ff.tar.gz kube-2b01369c59f03b49a8a98363c7bde4c0804d40ff.zip |
Fixed typo
Diffstat (limited to 'components')
-rw-r--r-- | components/kube/qml/ViewManager.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/kube/qml/ViewManager.qml b/components/kube/qml/ViewManager.qml index f7d62c72..4c28403f 100644 --- a/components/kube/qml/ViewManager.qml +++ b/components/kube/qml/ViewManager.qml | |||
@@ -56,7 +56,7 @@ StackView { | |||
56 | } else if (component.status == Component.Error) { | 56 | } else if (component.status == Component.Error) { |
57 | console.error("Error while loading the component: ", source, "\nError: ", component.errorString()) | 57 | console.error("Error while loading the component: ", source, "\nError: ", component.errorString()) |
58 | } else if (component.status == Component.Loading) { | 58 | } else if (component.status == Component.Loading) { |
59 | console.error("Error while loading the component: ", source, "\nThe component is loading.) | 59 | console.error("Error while loading the component: ", source, "\nThe component is loading.") |
60 | } else { | 60 | } else { |
61 | console.error("Unknown error while loading the component: ", source) | 61 | console.error("Unknown error while loading the component: ", source) |
62 | } | 62 | } |