]> git.0d.be Git - empathy.git/commitdiff
Fix some broken english
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Sun, 23 Aug 2009 21:50:36 +0000 (22:50 +0100)
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>
Sun, 23 Aug 2009 22:18:48 +0000 (23:18 +0100)
data/empathy.schemas.in
src/empathy-import-mc4-accounts.c

index 3c752ad121c1e974ec5bbd82b119a7e73d18ffcb..6aa7f8a5f39164856fcb00076d63189bc4de4f02 100644 (file)
       <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>
index df46687208f687a04714cd673e0691dd8684035f..c9a0bf238bf6acac10a2b9b5de061e5a4fe37f24 100644 (file)
@@ -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;