diff options
author | Florian Klink <flokli@flokli.de> | 2014-09-11 17:05:32 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-09-11 08:28:06 -0700 |
commit | 59038a25545d43ff85d491333bf00281b3e0a3da (patch) | |
tree | 19289830cd7061073ed5a02ac3080a3bb697f768 | |
parent | bf82810a306f27115a116efa5ede5bfd1282c0e5 (diff) | |
download | subsurface-59038a25545d43ff85d491333bf00281b3e0a3da.tar.gz |
Fix typos
Reported-by: Davide DB <dbdavide@gmail.com>
Signed-off-by: Florian Klink <flokli@flokli.de>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | qt-ui/configuredivecomputerdialog.ui | 2 | ||||
-rw-r--r-- | qt-ui/mainwindow.ui | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/qt-ui/configuredivecomputerdialog.ui b/qt-ui/configuredivecomputerdialog.ui index 3a6c07513..707fe39f6 100644 --- a/qt-ui/configuredivecomputerdialog.ui +++ b/qt-ui/configuredivecomputerdialog.ui @@ -58,7 +58,7 @@ <item> <widget class="QPushButton" name="saveSettingsPushButton"> <property name="text"> - <string>Save Chages to Device</string> + <string>Save Changes to Device</string> </property> </widget> </item> diff --git a/qt-ui/mainwindow.ui b/qt-ui/mainwindow.ui index 2dceac69d..79af1f002 100644 --- a/qt-ui/mainwindow.ui +++ b/qt-ui/mainwindow.ui @@ -666,7 +666,7 @@ p, li { white-space: pre-wrap; } <normaloff>:/icon_n2</normaloff>:/icon_n2</iconset> </property> <property name="text"> - <string>Show Pn2</string> + <string>Show PN2</string> </property> </action> <action name="profPhe"> @@ -678,7 +678,7 @@ p, li { white-space: pre-wrap; } <normaloff>:/icon_he</normaloff>:/icon_he</iconset> </property> <property name="text"> - <string>Show Ph2</string> + <string>Show PH2</string> </property> </action> <action name="profDcCeiling"> @@ -774,7 +774,7 @@ p, li { white-space: pre-wrap; } <normaloff>:/icon_NDLTTS</normaloff>:/icon_NDLTTS</iconset> </property> <property name="text"> - <string>Show NTL TTS</string> + <string>Show NDL TTS</string> </property> </action> <action name="profSAC"> |