diff options
-rw-r--r-- | data/empathy.schemas.in | 4 | ||||
-rw-r--r-- | 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 3c752ad12..6aa7f8a5f 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 df4668720..c9a0bf238 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; |