diff options
author | Tim Wootton <tim@tee-jay.demon.co.uk> | 2013-11-16 00:35:49 +0000 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-11-17 13:44:52 -0800 |
commit | 0e9cd0944284fede48ddc032af94a89349508e5f (patch) | |
tree | 2a41c7ec40d3ee4aa68ca0f0eff3386d8ee61abe /qt-ui/maintab.ui | |
parent | 092e8463fef3b942cdeb3f958b0005fe403f5879 (diff) | |
download | subsurface-0e9cd0944284fede48ddc032af94a89349508e5f.tar.gz |
Make editing message consistent with button labels
Changes Ok button to a Save button Modifies editing messages to reference
buttons Save and Cancel.
Fixes #245
Signed-off-by: Tim Wootton <tim@tee-jay.demon.co.uk>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/maintab.ui')
-rw-r--r-- | qt-ui/maintab.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qt-ui/maintab.ui b/qt-ui/maintab.ui index 72e1e5338..83d978712 100644 --- a/qt-ui/maintab.ui +++ b/qt-ui/maintab.ui @@ -221,7 +221,7 @@ <item row="15" column="0" colspan="2"> <widget class="QDialogButtonBox" name="notesButtonBox"> <property name="standardButtons"> - <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> + <set>QDialogButtonBox::Cancel|QDialogButtonBox::Save</set> </property> </widget> </item> @@ -333,7 +333,7 @@ <item row="2" column="0"> <widget class="QDialogButtonBox" name="equipmentButtonBox"> <property name="standardButtons"> - <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> + <set>QDialogButtonBox::Cancel|QDialogButtonBox::Save</set> </property> </widget> </item> |