aboutsummaryrefslogtreecommitdiff
path: root/demos/widgetsgallery
diff options
context:
space:
mode:
authorDominik Kapusta <dominik.kapusta@teleca.com>2010-07-20 10:57:11 +0200
committerDominik Kapusta <dominik.kapusta@teleca.com>2010-07-22 10:14:03 +0200
commit5003bdb9c8a9f514e5693dcd6ad085d8839c2cd2 (patch)
tree1bb954167d19baf14b12cb1b0b8503c503f6728a /demos/widgetsgallery
parent5d0c75c017934c92b06baacb51cd266169859566 (diff)
Changes: Add status bar to System Dialog.
RevBy: Daniel d'Andrada Details: Also change the wording of system and system modal dialog examples in widgetsgallery.
Diffstat (limited to 'demos/widgetsgallery')
-rw-r--r--demos/widgetsgallery/singleselectiondialogspage.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/demos/widgetsgallery/singleselectiondialogspage.cpp b/demos/widgetsgallery/singleselectiondialogspage.cpp
index aa1d7453..c3c5b61e 100644
--- a/demos/widgetsgallery/singleselectiondialogspage.cpp
+++ b/demos/widgetsgallery/singleselectiondialogspage.cpp
@@ -170,9 +170,9 @@ void SingleSelectionDialogsPage::openSystemDialog()
dialog->setCentralWidget(
//% "I'm a system dialog.<br>"
- //% "There actually is a way around me...<br>"
- //% "You can skip me with the home button, but I'll remain<br>"
- //% "alive until you make a selection."
+ //% "You can skip me with the home button.<br>
+ //% "I'll be minimised to the task switcher<br>
+ //% "but I'll remain alive until you make a selection."
new MLabel(qtTrId("xx_dialogs_and_notifications_system_dialog_label")));
dialog->setSystem(true);
@@ -192,9 +192,9 @@ void SingleSelectionDialogsPage::openSystemModalDialog()
M::OkButton);
dialog->setCentralWidget(
- //% "I'm a window modal dialog.\n"
- //% "There's no way around me!\n"
- //% "Muwhahaha... [evil laugh]"
+ //% "I'm a system modal dialog.<br>"
+ //% "You can't skip me as I'm designed for<br>"
+ //% "use cases that require immediate user attention."
new MLabel(qtTrId("xx_dialogs_and_notifications_system_modal_dialog_label")));
dialog->setSystem(true);