[gnome-contacts] Fix typo (founds->found)



commit 5431a0188f0f9e38c03a851c4295f9281a380a3d
Author: Anders Jonsson <anders jonsson norsjovallen se>
Date:   Tue Aug 23 20:37:16 2022 +0200

    Fix typo (founds->found)

 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 31a372e0..c6affb4e 100644
--- a/src/contacts-app.vala
+++ b/src/contacts-app.vala
@@ -388,7 +388,7 @@ public class Contacts.App : Adw.Application {
 
     if (parse_result.length == 0) {
       var dialog = new Adw.MessageDialog (this.window,
-                                          _("No contacts founds"),
+                                          _("No contacts found"),
                                           _("The imported file does not seem to contain any contacts"));
       dialog.add_response ("ok", _("_OK"));
       dialog.set_default_response ("ok");


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