From 6d77d369532c3806c8bba9ab2374d7b795657c0d Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Sun, 23 Aug 2009 22:50:36 +0100 Subject: 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 3c752ad12..6aa7f8a5f 100644 --- a/data/empathy.schemas.in +++ b/data/empathy.schemas.in @@ -485,9 +485,9 @@ bool false - MC 4 accounts were imported + MC 4 accounts have been imported - MC 4 accounts were to be imported. + MC 4 accounts have been imported. 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; -- cgit v1.2.3