[empathy/mc5] Fix some broken english



commit 6d77d369532c3806c8bba9ab2374d7b795657c0d
Author: Sjoerd Simons <sjoerd simons collabora co uk>
Date:   Sun Aug 23 22:50:36 2009 +0100

    Fix some broken english

 data/empathy.schemas.in           |    4 ++--
 src/empathy-import-mc4-accounts.c |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/empathy.schemas.in b/data/empathy.schemas.in
index 3c752ad..6aa7f8a 100644
--- a/data/empathy.schemas.in
+++ b/data/empathy.schemas.in
@@ -485,9 +485,9 @@
       <type>bool</type>
       <default>false</default>
       <locale name="C">
-        <short>MC 4 accounts were imported</short>
+        <short>MC 4 accounts have been imported</short>
         <long>
-        MC 4 accounts were  to be imported.
+          MC 4 accounts have been imported.
         </long>
       </locale>
     </schema>
diff --git a/src/empathy-import-mc4-accounts.c b/src/empathy-import-mc4-accounts.c
index df46687..c9a0bf2 100644
--- a/src/empathy-import-mc4-accounts.c
+++ b/src/empathy-import-mc4-accounts.c
@@ -116,7 +116,7 @@ _get_manager_for_protocol (EmpathyConnectionManagers *managers,
     {
       TpConnectionManager *tp_cm = l->data;
 
-      /* Only use haze if no other cm provides this account */
+      /* Only use haze if no other cm provides this protocol */
       if (!tp_strdiff (tp_connection_manager_get_name (tp_cm), "haze"))
         {
           haze = tp_cm;



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