aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Moenicke <thomas.moenicke@nokia.com>2011-01-05 13:17:35 +0200
committerStanislav Ionascu <stanislav.ionascu@nokia.com>2011-01-05 13:36:04 +0200
commit700b3f7ef6346b7ea63e44369372ecdd91f76842 (patch)
tree8bb10326e50d3387e445d8831934ec1722202e69
parent7f9e5983a7eecc3c32e901cafd5b846f23c45fa7 (diff)
Fixes: NB#214314 - Word 'bubble' is wrongly displayed as 'buuble' in the Widget Gallery
RevBy: Stanislav Ionascu Merge-Request: 1171 Details: fixed spelling
-rw-r--r--demos/widgetsgallery/bubblepage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/widgetsgallery/bubblepage.cpp b/demos/widgetsgallery/bubblepage.cpp
index 3ddcb5be..9f6ab441 100644
--- a/demos/widgetsgallery/bubblepage.cpp
+++ b/demos/widgetsgallery/bubblepage.cpp
@@ -168,7 +168,7 @@ void BubblePage::bubbleLinkActivated(QString url)
void BubblePage::speechBubbleClicked()
{
- //% "Speech buuble clicked"
+ //% "Speech bubble clicked"
messageBox = new MMessageBox(qtTrId("xx_wg_bubblepage_bubbleclicked"));
messageBox->appear(MSceneWindow::DestroyWhenDone);
}