[PATCH 1/4] Text adjustments to configuredivecomputer

Tim Wootton tim at tee-jay.demon.co.uk
Fri Oct 31 17:07:14 PDT 2014


Use 2 subscript on ppO2
Adhere to agreed capitalisation style
Reset instead of resetted

Signed-off-by: Tim Wootton <tim at tee-jay.demon.co.uk>
---
 configuredivecomputer.cpp            |  2 +-
 qt-ui/configuredivecomputerdialog.ui | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/configuredivecomputer.cpp b/configuredivecomputer.cpp
index 884b2dd..ad4430c 100644
--- a/configuredivecomputer.cpp
+++ b/configuredivecomputer.cpp
@@ -582,6 +582,6 @@ void ConfigureDiveComputer::resetThreadFinished()
 	setState(DONE);
 	if (resetThread->lastError.isEmpty()) {
 		//No error
-		emit message(tr("Device settings successfully resetted"));
+		emit message(tr("Device settings successfully reset"));
 	}
 }
diff --git a/qt-ui/configuredivecomputerdialog.ui b/qt-ui/configuredivecomputerdialog.ui
index f747330..d5deace 100644
--- a/qt-ui/configuredivecomputerdialog.ui
+++ b/qt-ui/configuredivecomputerdialog.ui
@@ -177,7 +177,7 @@
       </item>
       <item>
        <property name="text">
-        <string>Suunto Vyper Family</string>
+        <string>Suunto Vyper family</string>
        </property>
        <property name="icon">
         <iconset resource="../subsurface.qrc">
@@ -602,7 +602,7 @@
           </widget>
           <widget class="QWidget" name="advancedSettings">
            <attribute name="title">
-            <string>Advanced Settings</string>
+            <string>Advanced settings</string>
            </attribute>
            <layout class="QGridLayout" name="gridLayout1">
             <item row="3" column="0" colspan="2">
@@ -1213,14 +1213,14 @@
             <item row="4" column="2">
              <widget class="QLabel" name="label_29">
               <property name="text">
-               <string>ppO2 max</string>
+               <string>ppO₂ max</string>
               </property>
              </widget>
             </item>
             <item row="5" column="2">
              <widget class="QLabel" name="label_30">
               <property name="text">
-               <string>ppO2 min</string>
+               <string>ppO₂ min</string>
               </property>
              </widget>
             </item>
@@ -1470,7 +1470,7 @@
             <item row="2" column="0">
              <widget class="QLabel" name="label_24">
               <property name="text">
-               <string>Total divetime</string>
+               <string>Total dive time</string>
               </property>
              </widget>
             </item>
-- 
2.1.1



More information about the subsurface mailing list