aboutsummaryrefslogtreecommitdiff
path: root/demos/widgetsgallery
diff options
context:
space:
mode:
authorChris Skluzacek <cskludev@gmail.com>2010-08-05 19:34:02 +0300
committerTomas Junnonen <tomas.junnonen@nokia.com>2010-08-06 14:17:17 +0300
commit87bd234d6a84f0c40b27d57210c688ec08901f8a (patch)
treecdf7d4ea8a3a7dcf115b136e0249f92c9a47a095 /demos/widgetsgallery
parent56e0053c4e0a40a1590361424ffb360741e2fb22 (diff)
Fixes: NB#183858, Compiler warnings: "Unterminated meta string"
RevBy: TrustMe Details: Add end quotes to fix warning messages.
Diffstat (limited to 'demos/widgetsgallery')
-rw-r--r--demos/widgetsgallery/singleselectiondialogspage.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/widgetsgallery/singleselectiondialogspage.cpp b/demos/widgetsgallery/singleselectiondialogspage.cpp
index ce5317d2..4eb6b321 100644
--- a/demos/widgetsgallery/singleselectiondialogspage.cpp
+++ b/demos/widgetsgallery/singleselectiondialogspage.cpp
@@ -169,8 +169,8 @@ void SingleSelectionDialogsPage::openSystemDialog()
dialog->setCentralWidget(
//% "I'm a system dialog.<br>"
- //% "You can skip me with the home button.<br>
- //% "I'll be minimised to the task switcher<br>
+ //% "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")));