[gnome-contacts] new-contact-dialog: The title's words should be capitalised



commit 2662067730106829bc9b73d7ff53963c78548c27
Author: Yosef Or Boczko <yoseforb src gnome org>
Date:   Mon Apr 7 20:40:26 2014 +0300

    new-contact-dialog: The title's words should be capitalised

 src/contacts-new-contact-dialog.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/contacts-new-contact-dialog.vala b/src/contacts-new-contact-dialog.vala
index 33a5799..cf0f3fc 100644
--- a/src/contacts-new-contact-dialog.vala
+++ b/src/contacts-new-contact-dialog.vala
@@ -42,7 +42,7 @@ public class Contacts.NewContactDialog : Dialog {
   }
 
   private NewContactDialog (Store contacts_store, Window? parent) {
-    set_title (_("New contact"));
+    set_title (_("New Contact"));
     this.contacts_store = contacts_store;
     set_destroy_with_parent (true);
     set_transient_for (parent);


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