summaryrefslogtreecommitdiff
path: root/noncore/settings/netsystemtime/mainwindow.cpp
Side-by-side diff
Diffstat (limited to 'noncore/settings/netsystemtime/mainwindow.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/netsystemtime/mainwindow.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/noncore/settings/netsystemtime/mainwindow.cpp b/noncore/settings/netsystemtime/mainwindow.cpp
index 85a46b7..2d240ba 100644
--- a/noncore/settings/netsystemtime/mainwindow.cpp
+++ b/noncore/settings/netsystemtime/mainwindow.cpp
@@ -164,12 +164,6 @@ void MainWindow::runNTP()
{
if ( !ntpDelayElapsed() && ntpInteractive )
{
- QString msg = tr( "You asked for a delay of " );
- msg.append( QString::number( ntpDelay ) );
- msg.append( tr( " minutes, but only " ) );
- msg.append( QString::number( _lookupDiff / 60 ) );
- msg.append( tr(" minutes elapsed since last lookup.<br>Continue?") );
-
QString msg = tr( "You asked for a delay of %1 minutes, but only %2 minutes elapsed since last lookup.<br>Continue?" ).arg( QString::number( ntpDelay ) ).arg( QString::number( _lookupDiff / 60 ) );
switch (