[evolution-data-server] Fix typo in localized string
- From: Kjartan Maraas <kmaraas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Fix typo in localized string
- Date: Thu, 2 Feb 2012 12:00:33 +0000 (UTC)
commit e3010013823d16d72d2e4365dd559417b4ad7cc3
Author: Kjartan Maraas <kmaraas gnome org>
Date: Thu Feb 2 13:00:23 2012 +0100
Fix typo in localized string
.../libedata-book/e-book-backend-sqlitedb.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/addressbook/libedata-book/e-book-backend-sqlitedb.c b/addressbook/libedata-book/e-book-backend-sqlitedb.c
index 161066a..bc49ddf 100644
--- a/addressbook/libedata-book/e-book-backend-sqlitedb.c
+++ b/addressbook/libedata-book/e-book-backend-sqlitedb.c
@@ -1092,7 +1092,7 @@ e_book_backend_sqlitedb_get_vcard_string (EBookBackendSqliteDB *ebsdb,
if (!vcard_str && error && !*error)
g_set_error (error, E_BOOK_SDB_ERROR, 0,
- _("Contact '%s' no found"), uid ? uid : "NULL");
+ _("Contact '%s' not found"), uid ? uid : "NULL");
return vcard_str;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]