[PATCH] More strings for translation

Sergey Starosek sergey.starosek at gmail.com
Sat Nov 30 10:47:37 UTC 2013


Signed-off-by: Sergey Starosek <sergey.starosek at gmail.com>
---
 qt-ui/divelistview.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qt-ui/divelistview.cpp b/qt-ui/divelistview.cpp
index 2e0811b..378c8ba 100644
--- a/qt-ui/divelistview.cpp
+++ b/qt-ui/divelistview.cpp
@@ -313,7 +313,7 @@ void DiveListView::reloadHeaderActions()
 	// Populate the context menu of the headers that will show
 	// the menu to show / hide columns.
 	if (!header()->actions().size()) {
-		QAction *visibleAction = new QAction("Visible:", header());
+		QAction *visibleAction = new QAction(tr("Visible:"), header());
 		header()->addAction(visibleAction);
 		QSettings s;
 		s.beginGroup("DiveListColumnState");
-- 
1.8.3.2



More information about the subsurface mailing list