mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fix typo in UI string
Reported-by: Pedro Neves <nevesdiver@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
3d13804b70
commit
f3f4cf17f4
2 changed files with 6 additions and 6 deletions
|
@ -918,7 +918,7 @@
|
|||
<item row="9" column="0" colspan="2">
|
||||
<widget class="QCheckBox" name="dynamicAscendRate">
|
||||
<property name="text">
|
||||
<string>Dynamic acend rate</string>
|
||||
<string>Dynamic ascend rate</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
|
@ -1069,11 +1069,6 @@
|
|||
<source>Graphical speed indicator</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qt-ui/configuredivecomputerdialog.ui" line="921"/>
|
||||
<source>Dynamic acend rate</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qt-ui/configuredivecomputerdialog.ui" line="928"/>
|
||||
<location filename="../qt-ui/configuredivecomputerdialog.ui" line="2251"/>
|
||||
|
@ -1338,6 +1333,11 @@
|
|||
<source>Safety level</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qt-ui/configuredivecomputerdialog.ui" line="921"/>
|
||||
<source>Dynamic ascend rate</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qt-ui/configuredivecomputerdialog.ui" line="1050"/>
|
||||
<location filename="../qt-ui/configuredivecomputerdialog.ui" line="1135"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue