summaryrefslogtreecommitdiff
path: root/examples/applicationmanager/intents/system-ui.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/applicationmanager/intents/system-ui.qml')
-rw-r--r--examples/applicationmanager/intents/system-ui.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/applicationmanager/intents/system-ui.qml b/examples/applicationmanager/intents/system-ui.qml
index 9a88ed9a..57ae10fb 100644
--- a/examples/applicationmanager/intents/system-ui.qml
+++ b/examples/applicationmanager/intents/system-ui.qml
@@ -103,7 +103,7 @@ Item {
id: sysui_page
width: parent.width / 2
height: parent.height / 2
- title: "System-UI"
+ title: "System UI"
onRequest: {
var request = IntentClient.sendIntentRequest(intentId, applicationId, parameters)
@@ -120,7 +120,7 @@ Item {
//! [IntentServerHandler]
IntentServerHandler {
intentIds: "rotate-window"
- names: { "en": "Rotate System-UI" }
+ names: { "en": "Rotate System UI" }
visibility: IntentObject.Public
onRequestReceived: {