Hi Dirk, as a long (but inactive) subsurface user, I'm happy to help out with my first patch ;-)
Florian Am 11.09.2014 um 16:40 schrieb Dirk Hohndel: > On Thu, Sep 11, 2014 at 04:11:03PM +0200, Ďoďo wrote: >> Dirk, >> >> one has to first know that it is incorrect. I saw it as well but I was >> not sure what the author wanted to do :) > > I could point out several people here who certainly don't worry too much > about that question before sending patches :-) > > And in many ways, such patches actually help identify what's being > discussed and make it easier for me to figure out what's what. > > /D > _______________________________________________ > subsurface mailing list > [email protected] > http://lists.hohndel.org/cgi-bin/mailman/listinfo/subsurface >
>From 8ca592ffdf935cbe184419bb22b62f5c885e918f Mon Sep 17 00:00:00 2001 From: Florian Klink <[email protected]> Date: Thu, 11 Sep 2014 17:05:32 +0200 Subject: [PATCH] fix typos Reported-by: Davide DB <[email protected]> Signed-off-by: Florian Klink <[email protected]> --- qt-ui/configuredivecomputerdialog.ui | 2 +- 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 3a6c075..707fe39 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 2dceac6..79af1f0 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"> -- 2.1.0
_______________________________________________ subsurface mailing list [email protected] http://lists.hohndel.org/cgi-bin/mailman/listinfo/subsurface
