diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-11-29 10:16:47 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-11-29 10:16:47 -0800 |
commit | b76a9478783ec3f5b4ee642c1af046960dacf798 (patch) | |
tree | ddeca9cb88288abd34be1f6dc9d428cae608d696 /qt-ui/csvimportdialog.ui | |
parent | f1cfaa6c085629a78e3a4e7e0cef2e83b5735616 (diff) | |
download | subsurface-b76a9478783ec3f5b4ee642c1af046960dacf798.tar.gz |
Don't use lowercase 'o' for O2
That just looks odd
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/csvimportdialog.ui')
-rw-r--r-- | qt-ui/csvimportdialog.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/csvimportdialog.ui b/qt-ui/csvimportdialog.ui index 1a9341b20..7b5983ee2 100644 --- a/qt-ui/csvimportdialog.ui +++ b/qt-ui/csvimportdialog.ui @@ -121,7 +121,7 @@ <item row="3" column="0"> <widget class="QCheckBox" name="po2CheckBox"> <property name="text"> - <string>Po2</string> + <string>PO2</string> </property> </widget> </item> |