summaryrefslogtreecommitdiff
path: root/noncore
authortille <tille>2002-10-19 15:33:05 (UTC)
committer tille <tille>2002-10-19 15:33:05 (UTC)
commit7a1c7fca5105427ff569f8219fb96873571a749a (patch) (unidiff)
tree4c5620553e8647c72fb9a9f42eb069600f62e3ea /noncore
parent04d045931cb66c8ff13b1247e6a366ff77c36474 (diff)
downloadopie-7a1c7fca5105427ff569f8219fb96873571a749a.zip
opie-7a1c7fca5105427ff569f8219fb96873571a749a.tar.gz
opie-7a1c7fca5105427ff569f8219fb96873571a749a.tar.bz2
typo
Diffstat (limited to 'noncore') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/netsystemtime/ntp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/settings/netsystemtime/ntp.cpp b/noncore/settings/netsystemtime/ntp.cpp
index 9572993..fbd65a2 100644
--- a/noncore/settings/netsystemtime/ntp.cpp
+++ b/noncore/settings/netsystemtime/ntp.cpp
@@ -106,7 +106,7 @@ void Ntp::slotRunNtp()
106 switch ( 106 switch (
107 QMessageBox::warning(this, tr("Run NTP?"), 107 QMessageBox::warning(this, tr("Run NTP?"),
108 tr("You asked for a delay of ")+SpinBoxNtpDelay->text()+tr(" minutes, but only ")+ 108 tr("You asked for a delay of ")+SpinBoxNtpDelay->text()+tr(" minutes, but only ")+
109 QString::number(_lookupDiff/60)+tr(" minutes elapsed since last loopup.")+ 109 QString::number(_lookupDiff/60)+tr(" minutes elapsed since last lookup.")+
110 "<br>"+tr("Rerun NTP?"), 110 "<br>"+tr("Rerun NTP?"),
111 QMessageBox::Ok,QMessageBox::Cancel) 111 QMessageBox::Ok,QMessageBox::Cancel)
112 ) { 112 ) {