aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-11 18:18:40 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-11 18:19:44 +0800
commitde947130fc39cc6168f18b87b82707a529094e2f (patch)
tree95246315fa2e55f6c20df6b18ec20ca247133141
parentccad7f9df7f97342731733cc7027054b693e240b (diff)
downloadgsoc2013-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
-rw-r--r--libempathy/empathy-utils.c2
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,