[PATCH] Mark string for translation

Salvo 'LtWorf' Tomaselli tiposchi at tiscali.it
Sat Nov 15 00:54:06 PST 2014


An error string was left untranslated.

Signed-off-by: Salvo 'LtWorf' Tomaselli <tiposchi at tiscali.it>
---
 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



More information about the subsurface mailing list