diff options
author | Sergey Starosek <sergey.starosek@gmail.com> | 2013-11-30 20:47:37 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-11-30 12:01:51 -0800 |
commit | 02c887e9abf64a7973f040470f8fb43b2297845c (patch) | |
tree | 013110c899e28d467fa26e6cbb21e39eb315c7ed /qt-ui/divelistview.cpp | |
parent | 988ddb84a6fc8c9e120cc61736524c1112d28b71 (diff) | |
download | subsurface-02c887e9abf64a7973f040470f8fb43b2297845c.tar.gz |
More strings for translation
Signed-off-by: Sergey Starosek <sergey.starosek@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/divelistview.cpp')
-rw-r--r-- | qt-ui/divelistview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/divelistview.cpp b/qt-ui/divelistview.cpp index 2e0811b63..378c8ba83 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"); |