diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-08-11 18:18:40 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-08-11 18:19:44 +0800 |
commit | de947130fc39cc6168f18b87b82707a529094e2f (patch) | |
tree | 95246315fa2e55f6c20df6b18ec20ca247133141 /libempathy | |
parent | ccad7f9df7f97342731733cc7027054b693e240b (diff) | |
download | gsoc2013-empathy-de947130fc39cc6168f18b87b82707a529094e2f.tar gsoc2013-empathy-de947130fc39cc6168f18b87b82707a529094e2f.tar.gz gsoc2013-empathy-de947130fc39cc6168f18b87b82707a529094e2f.tar.bz2 gsoc2013-empathy-de947130fc39cc6168f18b87b82707a529094e2f.tar.lz gsoc2013-empathy-de947130fc39cc6168f18b87b82707a529094e2f.tar.xz gsoc2013-empathy-de947130fc39cc6168f18b87b82707a529094e2f.tar.zst gsoc2013-empathy-de947130fc39cc6168f18b87b82707a529094e2f.zip |
fix indentation
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c index c262c0a6f..daf186c10 100644 --- a/libempathy/empathy-utils.c +++ b/libempathy/empathy-utils.c @@ -363,7 +363,7 @@ create_errors_to_message_hash (void) _("This resource is already connected to the server")); g_hash_table_insert (errors, TP_ERROR_STR_CONNECTION_REPLACED, _("Connection has been replaced by a new connection using the " - "same resource")); + "same resource")); g_hash_table_insert (errors, TP_ERROR_STR_REGISTRATION_EXISTS, _("The account already exists on the server")); g_hash_table_insert (errors, TP_ERROR_STR_SERVICE_BUSY, |