[california] Update buttons -> Save in event editor: Bug #733742



commit 65d92f429f1bada3ece2ee70413e6002b9792f13
Author: Jim Nelson <jim yorba org>
Date:   Fri Jul 25 12:21:59 2014 -0700

    Update buttons -> Save in event editor: Bug #733742

 src/host/host-create-update-event.vala |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/host/host-create-update-event.vala b/src/host/host-create-update-event.vala
index e05a4c8..51aa3cd 100644
--- a/src/host/host-create-update-event.vala
+++ b/src/host/host-create-update-event.vala
@@ -81,8 +81,8 @@ public class CreateUpdateEvent : Gtk.Grid, Toolkit.Card {
     
     private Gtk.Button accept_button = new Gtk.Button();
     private Gtk.Button cancel_button = new Gtk.Button.with_mnemonic(_("_Cancel"));
-    private Gtk.Button update_all_button = new Gtk.Button.with_mnemonic(_("Edit A_ll Events"));
-    private Gtk.Button update_this_button = new Gtk.Button.with_mnemonic(_("Edit _This Event"));
+    private Gtk.Button update_all_button = new Gtk.Button.with_mnemonic(_("Save A_ll Events"));
+    private Gtk.Button update_this_button = new Gtk.Button.with_mnemonic(_("Save _This Event"));
     private Gtk.Button cancel_recurring_button = new Gtk.Button.with_mnemonic(_("_Cancel"));
     
     public CreateUpdateEvent() {
@@ -241,7 +241,7 @@ public class CreateUpdateEvent : Gtk.Grid, Toolkit.Card {
         location_entry.text = event.location ?? "";
         description_textview.buffer.text = event.description ?? "";
         
-        accept_button.label = is_update ? _("_Edit") : _("C_reate");
+        accept_button.label = is_update ? _("_Save") : _("C_reate");
         accept_button.use_underline = true;
         
         rotating_button_box.family = FAMILY_NORMAL;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]