diff options
author | Henrik Brautaset Aronsen <subsurface@henrik.synth.no> | 2015-02-14 18:16:21 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-02-14 11:18:53 -0800 |
commit | 961bac9233e1e727760ff5522bd541bd8a5b540d (patch) | |
tree | 033291cd9009b5a297363407a988b95436e2ea4f /qt-ui/maintab.ui | |
parent | cbff3f89c9c362732441ebf6dbd3b0117dfe7b61 (diff) | |
download | subsurface-961bac9233e1e727760ff5522bd541bd8a5b540d.tar.gz |
Rename the tab "Dive info" to "Info", and "Dive notes" to "Notes"
Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/maintab.ui')
-rw-r--r-- | qt-ui/maintab.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qt-ui/maintab.ui b/qt-ui/maintab.ui index 5267863ff..3626548c3 100644 --- a/qt-ui/maintab.ui +++ b/qt-ui/maintab.ui @@ -15,7 +15,7 @@ </property> <widget class="QWidget" name="notesTab"> <attribute name="title"> - <string>Dive notes</string> + <string>Notes</string> </attribute> <layout class="QGridLayout" name="diveNotesLayout"> <property name="spacing"> @@ -415,7 +415,7 @@ </widget> <widget class="QWidget" name="infoTab"> <attribute name="title"> - <string>Dive info</string> + <string>Info</string> </attribute> <layout class="QGridLayout" name="diveInfoLayout"> <item row="0" column="0"> |