[gnome-contacts] Change text of Add... button to New
- From: Alexander Larsson <alexl src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [gnome-contacts] Change text of Add... button to New
 
- Date: Mon, 13 Feb 2012 16:19:40 +0000 (UTC)
 
commit 1011ed627d05ac2eb021e671ecaa2cb01edc8981
Author: Alexander Larsson <alexl redhat com>
Date:   Mon Feb 13 17:17:18 2012 +0100
    Change text of Add... button to New
    
    https://bugzilla.gnome.org/show_bug.cgi?id=669576
 src/contacts-app.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/contacts-app.vala b/src/contacts-app.vala
index e58b780..2c53f20 100644
--- a/src/contacts-app.vala
+++ b/src/contacts-app.vala
@@ -247,7 +247,7 @@ public class Contacts.App : Gtk.Application {
     toolbar.set_hexpand (false);
     grid.attach (toolbar, 0, 0, 1, 1);
 
-    var add_button = new ToolButton (null, _("Add..."));
+    var add_button = new ToolButton (null, _("New"));
     add_button.margin_left = 4;
     add_button.is_important = true;
     toolbar.add (add_button);
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]