aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui
diff options
context:
space:
mode:
authorGravatar Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>2014-11-15 09:54:06 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-11-15 06:02:30 -0800
commit4ef35f0651cae21859533e61f9c9f8328f896760 (patch)
treedc7aa54a2c6d6d2f1f79e53676e941c61ff09de9 /qt-ui
parent8d766e13e258e206edb2c2746895845de942fa8e (diff)
downloadsubsurface-4ef35f0651cae21859533e61f9c9f8328f896760.tar.gz
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>
Diffstat (limited to 'qt-ui')
-rw-r--r--qt-ui/profile/profilewidget2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/profile/profilewidget2.cpp b/qt-ui/profile/profilewidget2.cpp
index 76b5cc1e9..6ca3d81ad 100644
--- a/qt-ui/profile/profilewidget2.cpp
+++ b/qt-ui/profile/profilewidget2.cpp
@@ -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"));
}
}