[gnome-contacts] EditorProperty: Fix Birthday dialog title
- From: Niels De Graef <nielsdg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-contacts] EditorProperty: Fix Birthday dialog title
- Date: Sun, 10 Jan 2021 18:23:25 +0000 (UTC)
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]