Mark string for translation

An error string was left untranslated.

Signed-off-by: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Salvo 'LtWorf' Tomaselli 2014-11-15 09:54:06 +01:00 committed by Dirk Hohndel
parent 8d766e13e2
commit 4ef35f0651

View file

@ -602,7 +602,7 @@ void ProfileWidget2::plotDive(struct dive *d, bool force)
// so if we are calculation TTS / NDL then let's force that off.
if (measureDuration.elapsed() > 1000 && prefs.calcndltts) {
MainWindow::instance()->turnOffNdlTts();
MainWindow::instance()->showError("Show NDL / TTS was disabled because of excessive processing time");
MainWindow::instance()->showError(tr("Show NDL / TTS was disabled because of excessive processing time"));
}
}