[gnome-contacts] Change name of exit editing button



commit e29dea2ea1a4d3aeda167d712d0482c236f75274
Author: Alexander Larsson <alexl redhat com>
Date:   Thu Sep 15 19:53:03 2011 +0200

    Change name of exit editing button
    
    "Close" is a bit confusing as it doesn't close the app, we use
    Back to Contact instead. String addition with acks from i18n team.

 src/contacts-contact-pane.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/contacts-contact-pane.vala b/src/contacts-contact-pane.vala
index c0ce537..8a83014 100644
--- a/src/contacts-contact-pane.vala
+++ b/src/contacts-contact-pane.vala
@@ -1724,7 +1724,7 @@ public class Contacts.ContactPane : Grid {
     bbox.set_layout (ButtonBoxStyle.END);
     grid.attach (bbox, 0, 3, 1, 1);
 
-    button = new Button.from_stock(Stock.CLOSE);
+    button = new Button.with_label(_("Back to Contact"));
     bbox.pack_start (button, false, false, 0);
 
     button.clicked.connect ( (button) => {



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