[gnome-contacts] Fix minor typo



commit f6a3b3387015d86a2c7524949932688b47c0fea9
Author: Yuri Chornoivan <yurchor ukr net>
Date:   Sun Aug 7 16:28:04 2022 +0000

    Fix minor typo

 src/contacts-app.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/contacts-app.vala b/src/contacts-app.vala
index f735fdba..31a372e0 100644
--- a/src/contacts-app.vala
+++ b/src/contacts-app.vala
@@ -230,7 +230,7 @@ public class Contacts.App : Adw.Application {
       return;
 
     var dialog = new Adw.MessageDialog (this.window,
-                                        _("Pimary address book not found"),
+                                        _("Primary address book not found"),
                                         null);
     dialog.body = _("Contacts can't find the configured primary address book. You might experience issues 
creating or editing contacts");
     dialog.add_response ("preferences", _("Go To _Preferences"));


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