From 73dc6741a91ca04f5b1d2dc97db24fbacc825f23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Remko=20Tron=C3=A7on?= <git@el-tramo.be> Date: Sun, 13 Mar 2011 12:13:54 +0100 Subject: "Show Notifications" -> "Display Pop-up Notifications" 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))); diff --git a/Swift/Translations/swift_nl.ts b/Swift/Translations/swift_nl.ts index e25c9c2..e91cdbe 100644 --- a/Swift/Translations/swift_nl.ts +++ b/Swift/Translations/swift_nl.ts @@ -1064,10 +1064,14 @@ afbeelding</translation> </message> <message> <location filename="../QtUI/QtLoginWindow.cpp" line="175"/> - <source>Show &Notifications</source> + <source>Display Pop-up &Notifications</source> <translation>Toon &schermboodschappen</translation> </message> <message> + <source>Show &Notifications</source> + <translation type="obsolete">Toon &schermboodschappen</translation> + </message> + <message> <location filename="../QtUI/QtLoginWindow.cpp" line="190"/> <source>&Quit</source> <translation>&Afsluiten</translation> -- cgit v0.10.2-6-g49f6