diff options
author | Daniel Teichmann <daniel.teichmann@das-netzwerkteam.de> | 2021-07-06 20:04:48 +0200 |
---|---|---|
committer | Daniel Teichmann <daniel.teichmann@das-netzwerkteam.de> | 2021-07-06 20:04:48 +0200 |
commit | 61b4ee3b8f1d4c5d85b7a561551167fa41b12400 (patch) | |
tree | 216a21ec9930bd8c52f30305788ca9fab9438fc5 /src/scenes | |
parent | 98049d1507a6f2ae232782fd79f4f753ad53eead (diff) | |
download | RWA.Support.DesktopApp-61b4ee3b8f1d4c5d85b7a561551167fa41b12400.tar.gz RWA.Support.DesktopApp-61b4ee3b8f1d4c5d85b7a561551167fa41b12400.tar.bz2 RWA.Support.DesktopApp-61b4ee3b8f1d4c5d85b7a561551167fa41b12400.zip |
Tidy up some debug statements or long strings
Diffstat (limited to 'src/scenes')
-rw-r--r-- | src/scenes/Scene_placeholder.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scenes/Scene_placeholder.qml b/src/scenes/Scene_placeholder.qml index a5ceac9..29e15a9 100644 --- a/src/scenes/Scene_placeholder.qml +++ b/src/scenes/Scene_placeholder.qml @@ -43,7 +43,7 @@ Item { anchors.right: parent.right wrapMode: Text.WordWrap - text: qsTr("The feature you expected here are not yet implemented.") + text: qsTr("The features you expected here are not yet implemented.") horizontalAlignment: Text.AlignHCenter } } |