mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 08:03:24 +00:00
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>
This commit is contained in:
parent
a4e6826d15
commit
f1cfaa6c08
1 changed files with 1 additions and 1 deletions
|
@ -638,7 +638,7 @@
|
|||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>max PP02</string>
|
||||
<string>max PPO2</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
Loading…
Add table
Reference in a new issue