summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2011-03-13 11:13:54 (GMT)
committerRemko Tronçon <git@el-tramo.be>2011-03-13 11:13:54 (GMT)
commit73dc6741a91ca04f5b1d2dc97db24fbacc825f23 (patch)
tree95e1f8b0c2218d36076b0d42da9777bdc7424ffa /Swift/QtUI
parent6d3d95b0e3f129f0b47be33362ff27f1de66cd70 (diff)
downloadswift-73dc6741a91ca04f5b1d2dc97db24fbacc825f23.zip
swift-73dc6741a91ca04f5b1d2dc97db24fbacc825f23.tar.bz2
"Show Notifications" -> "Display Pop-up Notifications"
Diffstat (limited to 'Swift/QtUI')
-rw-r--r--Swift/QtUI/QtLoginWindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/QtUI/QtLoginWindow.cpp b/Swift/QtUI/QtLoginWindow.cpp
index ef8ceac..d0ab61e 100644
--- a/Swift/QtUI/QtLoginWindow.cpp
+++ b/Swift/QtUI/QtLoginWindow.cpp
@@ -172,7 +172,7 @@ QtLoginWindow::QtLoginWindow(UIEventStream* uiEventStream) : QMainWindow() {
connect(toggleSoundsAction_, SIGNAL(toggled(bool)), SLOT(handleToggleSounds(bool)));
generalMenu_->addAction(toggleSoundsAction_);
- toggleNotificationsAction_ = new QAction(tr("Show &Notifications"), this);
+ toggleNotificationsAction_ = new QAction(tr("Display Pop-up &Notifications"), this);
toggleNotificationsAction_->setCheckable(true);
toggleNotificationsAction_->setChecked(true);
connect(toggleNotificationsAction_, SIGNAL(toggled(bool)), SLOT(handleToggleNotifications(bool)));