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:
parent
988ddb84a6
commit
02c887e9ab
@ -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");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user