diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-11-29 10:09:14 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-11-29 10:09:14 -0800 |
commit | f1cfaa6c085629a78e3a4e7e0cef2e83b5735616 (patch) | |
tree | 0e8b88e3326c9dee6413babecb14a0579f4203a0 /qt-ui/preferences.ui | |
parent | a4e6826d157a06599178f76f520f1d4f12c045b6 (diff) | |
download | subsurface-f1cfaa6c085629a78e3a4e7e0cef2e83b5735616.tar.gz |
Fix incorrect string for PPO2
It's easy to miss 02 vs O2 (I guess that's depending on your screen font).
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/preferences.ui')
-rw-r--r-- | qt-ui/preferences.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/preferences.ui b/qt-ui/preferences.ui index a8a10c5c2..f5926e7e5 100644 --- a/qt-ui/preferences.ui +++ b/qt-ui/preferences.ui @@ -638,7 +638,7 @@ <bool>false</bool> </property> <property name="text"> - <string>max PP02</string> + <string>max PPO2</string> </property> </widget> </item> |