[epiphany] sync-secret: Fix string typo



commit defd406d788e7b837e9422bcc651cc789b2cb7b7
Author: Gabriel Ivascu <ivascu gabriel59 gmail com>
Date:   Wed Feb 22 13:55:20 2017 +0200

    sync-secret: Fix string typo

 src/sync/ephy-sync-secret.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/sync/ephy-sync-secret.c b/src/sync/ephy-sync-secret.c
index a5f82de..b4269e9 100644
--- a/src/sync/ephy-sync-secret.c
+++ b/src/sync/ephy-sync-secret.c
@@ -122,7 +122,7 @@ load_tokens_cb (SecretService *service,
     g_set_error (&ret_error,
                  SYNC_SECRET_ERROR,
                  SYNC_SECRET_ERROR_LOAD,
-                 _("Could not found the sync tokens for the currently logged in user."));
+                 _("Could not find the sync tokens for the currently logged-in user."));
     g_warning ("sync-secret: Emails differ: %s vs %s", email, user_email);
     goto out;
   }


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