diff options
author | Miika Turkia <miika.turkia@gmail.com> | 2014-07-14 07:02:09 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-07-13 21:39:25 -0700 |
commit | 4986853113a309cc2e24b00bca3a9ef014a194d3 (patch) | |
tree | 002071e769e82c634e57a2613e15b457d57f8521 | |
parent | ebdc8744fca132abb0fbad7bc01d801d04a2dab7 (diff) | |
download | subsurface-4986853113a309cc2e24b00bca3a9ef014a194d3.tar.gz |
Typo fix Ave. => Avg.
Fixes #619
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | qt-ui/maintab.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/maintab.ui b/qt-ui/maintab.ui index 7fa86201d..2770801a2 100644 --- a/qt-ui/maintab.ui +++ b/qt-ui/maintab.ui @@ -547,7 +547,7 @@ <item row="2" column="1"> <widget class="QGroupBox" name="groupBox_7"> <property name="title"> - <string>Ave. depth</string> + <string>Avg. depth</string> </property> <layout class="QHBoxLayout" name="horizontalLayout_8"> <item> |