From 67541efd8bc06e053aa1858b61a30510d8a37c5f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Heli=20Hyv=C3=A4ttinen?= Date: Wed, 20 Jul 2011 10:59:43 +0300 Subject: [PATCH] Changed menu text for settings It is now "vibration effects", since that is the only setting for now, and a two row text is easier to hit. --- seascene.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seascene.cpp b/seascene.cpp index c90636f..24c4a0c 100644 --- a/seascene.cpp +++ b/seascene.cpp @@ -469,7 +469,7 @@ void SeaScene::createMenuItems() prepareForMenu(pRestartLevelItem_); pSettingsItem_ = new QGraphicsTextItem; - pSettingsItem_->setHtml(tr("Settings").prepend(menufonthtml)); + pSettingsItem_->setHtml(tr("Vibration
effects").prepend(menufonthtml)); prepareForMenu(pSettingsItem_); pAboutItem_ = new QGraphicsTextItem; -- 1.7.9.5