author | tille <tille> | 2002-10-19 15:33:05 (UTC) |
---|---|---|
committer | tille <tille> | 2002-10-19 15:33:05 (UTC) |
commit | 7a1c7fca5105427ff569f8219fb96873571a749a (patch) (side-by-side diff) | |
tree | 4c5620553e8647c72fb9a9f42eb069600f62e3ea | |
parent | 04d045931cb66c8ff13b1247e6a366ff77c36474 (diff) | |
download | opie-7a1c7fca5105427ff569f8219fb96873571a749a.zip opie-7a1c7fca5105427ff569f8219fb96873571a749a.tar.gz opie-7a1c7fca5105427ff569f8219fb96873571a749a.tar.bz2 |
typo
-rw-r--r-- | noncore/settings/netsystemtime/ntp.cpp | 2 |
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 @@ -107,5 +107,5 @@ void Ntp::slotRunNtp() 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) |