mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue