More strings for translation

Signed-off-by: Sergey Starosek <sergey.starosek@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Sergey Starosek 2013-11-30 20:47:37 +02:00 committed by Dirk Hohndel
parent 988ddb84a6
commit 02c887e9ab

View file

@ -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");