[evolution-data-server/openismus-work] EBookBackendFile: Fix error message for contact-not-found errors.



commit 822e5d14f7e8be27e6d1092d58d4cac8ad4c728d
Author: Tristan Van Berkom <tristanvb openismus com>
Date:   Wed Jan 23 13:26:41 2013 +0900

    EBookBackendFile: Fix error message for contact-not-found errors.
    
    My own previous copy-paste error.

 addressbook/backends/file/e-book-backend-file.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/addressbook/backends/file/e-book-backend-file.c b/addressbook/backends/file/e-book-backend-file.c
index 8669185..eff1034 100644
--- a/addressbook/backends/file/e-book-backend-file.c
+++ b/addressbook/backends/file/e-book-backend-file.c
@@ -1040,7 +1040,7 @@ e_book_backend_file_get_contact (EBookBackendSync *backend,
 				     E_BOOK_SDB_ERROR_CONTACT_NOT_FOUND)) {
 			g_set_error (perror, E_DATA_BOOK_ERROR,
 				     E_DATA_BOOK_STATUS_CONTACT_NOT_FOUND,
-				     _("Conflicting UIDs found in added contacts"));
+				     _("Contact '%s' not found"), id);
 			g_error_free (local_error);
 		} else
 			g_propagate_error (perror, local_error);



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