aboutsummaryrefslogtreecommitdiff
path: root/src/scenes/Scene_placeholder.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/scenes/Scene_placeholder.qml')
-rw-r--r--src/scenes/Scene_placeholder.qml2
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
}
}