[PATCH 1/2] Improve wording on buttons when editing a dive

subsurface at henrik.synth.no subsurface at henrik.synth.no
Fri May 24 00:28:47 PDT 2013


From: Henrik Brautaset Aronsen <subsurface at henrik.synth.no>

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

Signed-off-by: Henrik Brautaset Aronsen <subsurface at henrik.synth.no>
---
 qt-ui/maintab.cpp | 2 +-
 qt-ui/maintab.ui  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/qt-ui/maintab.cpp b/qt-ui/maintab.cpp
index 6c3b611..3993f1f 100644
--- a/qt-ui/maintab.cpp
+++ b/qt-ui/maintab.cpp
@@ -330,7 +330,7 @@ void MainTab::on_editAccept_clicked(bool edit)
 	mainWindow()->dive_list()->setEnabled(!edit);
 
 	if (edit) {
-		ui->diveNotesMessage->setText(tr("This dive is being edited. click on finish / reset when ready."));
+		ui->diveNotesMessage->setText(tr("This dive is being edited. Select Save or Undo when ready."));
 		ui->diveNotesMessage->animatedShow();
 		notesBackup.buddy = ui->buddy->text();
 		notesBackup.suit = ui->suit->text();
diff --git a/qt-ui/maintab.ui b/qt-ui/maintab.ui
index 0784980..24ca699 100644
--- a/qt-ui/maintab.ui
+++ b/qt-ui/maintab.ui
@@ -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>
-- 
1.8.2.2



More information about the subsurface mailing list