EBookBackendWebdav: Make error msgs with HTTP status more consistent.
authorMatthew Barnes <mbarnes@redhat.com>
Mon, 25 Feb 2013 00:07:24 +0000 (19:07 -0500)
committerMatthew Barnes <mbarnes@redhat.com>
Mon, 25 Feb 2013 00:07:46 +0000 (19:07 -0500)
addressbook/backends/webdav/e-book-backend-webdav.c

index 08d2226..3938c4c 100644 (file)
@@ -403,7 +403,7 @@ e_book_backend_webdav_create_contacts (EBookBackend *backend,
                                book, opid,
                                e_data_book_create_error_fmt (
                                E_DATA_BOOK_STATUS_OTHER_ERROR,
-                               _("Create resource '%s' failed with HTTP status: %d (%s)"),
+                               _("Create resource '%s' failed with HTTP status %d (%s)"),
                                uid, status, status_reason),
                                        NULL);
                }
@@ -580,7 +580,7 @@ e_book_backend_webdav_modify_contacts (EBookBackend *backend,
                e_data_book_respond_modify_contacts (book, opid,
                        e_data_book_create_error_fmt (
                        E_DATA_BOOK_STATUS_OTHER_ERROR,
-                       _("Modify contact failed with HTTP status: %d (%s)"),
+                       _("Modify contact failed with HTTP status %d (%s)"),
                        status, status_reason),
                        NULL);
                g_free (status_reason);