Improve wording on buttons when editing a dive

Use the more familiar Save/Undo instead of OK/reset

Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Henrik Brautaset Aronsen 2013-05-24 09:28:47 +02:00 committed by Dirk Hohndel
parent 46171036f1
commit 6fa670e612
2 changed files with 3 additions and 3 deletions

View file

@ -122,14 +122,14 @@
<item row="10" column="1">
<widget class="QPushButton" name="editReset">
<property name="text">
<string>reset</string>
<string>Undo</string>
</property>
</widget>
</item>
<item row="10" column="0">
<widget class="QPushButton" name="editAccept">
<property name="text">
<string>OK</string>
<string>Save</string>
</property>
<property name="checkable">
<bool>true</bool>