summaryrefslogtreecommitdiff
path: root/noncore/settings
authortille <tille>2002-10-19 15:33:05 (UTC)
committer tille <tille>2002-10-19 15:33:05 (UTC)
commit7a1c7fca5105427ff569f8219fb96873571a749a (patch) (side-by-side diff)
tree4c5620553e8647c72fb9a9f42eb069600f62e3ea /noncore/settings
parent04d045931cb66c8ff13b1247e6a366ff77c36474 (diff)
downloadopie-7a1c7fca5105427ff569f8219fb96873571a749a.zip
opie-7a1c7fca5105427ff569f8219fb96873571a749a.tar.gz
opie-7a1c7fca5105427ff569f8219fb96873571a749a.tar.bz2
typo
Diffstat (limited to 'noncore/settings') (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()
switch (
QMessageBox::warning(this, tr("Run NTP?"),
tr("You asked for a delay of ")+SpinBoxNtpDelay->text()+tr(" minutes, but only ")+
- QString::number(_lookupDiff/60)+tr(" minutes elapsed since last loopup.")+
+ QString::number(_lookupDiff/60)+tr(" minutes elapsed since last lookup.")+
"<br>"+tr("Rerun NTP?"),
QMessageBox::Ok,QMessageBox::Cancel)
) {