[Telepathy-commits] [telepathy-gabble/master] src/private-tubes-factory.c: Better English, again

Alban Crequy alban.crequy at collabora.co.uk
Fri Dec 5 09:42:42 PST 2008


---
 src/private-tubes-factory.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/private-tubes-factory.c b/src/private-tubes-factory.c
index 08da227..bc9d9cc 100644
--- a/src/private-tubes-factory.c
+++ b/src/private-tubes-factory.c
@@ -1106,7 +1106,7 @@ gabble_private_tubes_factory_requestotron (GabblePrivateTubesFactory *self,
       if (service == NULL)
         {
           g_set_error (&error, TP_ERRORS, TP_ERROR_NOT_IMPLEMENTED,
-              "Request missed a mandatory property '%s'",
+              "Request does not contain the mandatory property '%s'",
               GABBLE_IFACE_CHANNEL_TYPE_STREAM_TUBE ".Service");
           goto error;
         }
@@ -1127,7 +1127,7 @@ gabble_private_tubes_factory_requestotron (GabblePrivateTubesFactory *self,
       if (service == NULL)
         {
           g_set_error (&error, TP_ERRORS, TP_ERROR_NOT_IMPLEMENTED,
-              "Request missed a mandatory property '%s'",
+              "Request does not contain the mandatory property '%s'",
               GABBLE_IFACE_CHANNEL_TYPE_DBUS_TUBE ".ServiceName");
           goto error;
         }
-- 
1.5.6.5




More information about the Telepathy-commits mailing list