[gnome-contacts] EditorProperty: Fix Birthday dialog title



commit bf69d55a536c04d0dd7fba742d1e9cd88f52b616
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Sun Jan 10 19:22:14 2021 +0100

    EditorProperty: Fix Birthday dialog title
    
    For some reason, we were showing a dialog title "Change address book"
    which doesn't make any sense.

 src/contacts-editor-property.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/contacts-editor-property.vala b/src/contacts-editor-property.vala
index e9f35eb1..6f385908 100644
--- a/src/contacts-editor-property.vala
+++ b/src/contacts-editor-property.vala
@@ -78,7 +78,7 @@ public class Contacts.BirthdayEditor : Gtk.Dialog {
     content.set_valign (Gtk.Align.CENTER);
     content.add (box);
 
-    this.title = _("Change Address Book");
+    this.title = _("Change Birthday");
     add_buttons (_("Set"), Gtk.ResponseType.OK,
                  _("Cancel"), Gtk.ResponseType.CANCEL,
                  null);


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