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.qml5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/scenes/Scene_placeholder.qml b/src/scenes/Scene_placeholder.qml
index a5ceac9..f492e00 100644
--- a/src/scenes/Scene_placeholder.qml
+++ b/src/scenes/Scene_placeholder.qml
@@ -6,7 +6,8 @@ import QtQuick.Dialogs 1.2
import QtQuick.Controls.Material 2.3
/*!
- This .qml file is a Scene which can be loaded through for example a StackView (main_content in main.qml).
+ * This .qml file is a Scene which can be loaded through for
+ * example a StackView (main_content in main.qml).
*/
Item {
@@ -43,7 +44,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
}
}