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:
parent
8d766e13e2
commit
4ef35f0651
@ -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"));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user