An error string was left untranslated.
Signed-off-by: Salvo 'LtWorf' Tomaselli <[email protected]>
---
qt-ui/profile/profilewidget2.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/qt-ui/profile/profilewidget2.cpp b/qt-ui/profile/profilewidget2.cpp
index 76b5cc1..6ca3d81 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"));
}
}
--
2.1.3
_______________________________________________
subsurface mailing list
[email protected]
http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface