mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue