diff options
author | Cosimo Cecchi <cosimo.cecchi@collabora.co.uk> | 2009-10-03 00:04:41 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimo.cecchi@collabora.co.uk> | 2009-10-03 00:04:41 +0800 |
commit | 9617b1fa7265ee6d1bda4bfba591107fb11a8df2 (patch) | |
tree | 20ad5a4c51c458823cef84c3758e9b2dc3e5705f /src/empathy-accounts-dialog.c | |
parent | 5087ba96c4c93f03784c92eab3ffc212ef551b88 (diff) | |
download | gsoc2013-empathy-9617b1fa7265ee6d1bda4bfba591107fb11a8df2.tar gsoc2013-empathy-9617b1fa7265ee6d1bda4bfba591107fb11a8df2.tar.gz gsoc2013-empathy-9617b1fa7265ee6d1bda4bfba591107fb11a8df2.tar.bz2 gsoc2013-empathy-9617b1fa7265ee6d1bda4bfba591107fb11a8df2.tar.lz gsoc2013-empathy-9617b1fa7265ee6d1bda4bfba591107fb11a8df2.tar.xz gsoc2013-empathy-9617b1fa7265ee6d1bda4bfba591107fb11a8df2.tar.zst gsoc2013-empathy-9617b1fa7265ee6d1bda4bfba591107fb11a8df2.zip |
Fix a typo in a string.
Diffstat (limited to 'src/empathy-accounts-dialog.c')
-rw-r--r-- | src/empathy-accounts-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c index a06a847ca..a45f40db5 100644 --- a/src/empathy-accounts-dialog.c +++ b/src/empathy-accounts-dialog.c @@ -817,7 +817,7 @@ accounts_dialog_view_delete_activated_cb (EmpathyCellRendererActivatable *cell, "they will still be available."), #else /* Translators: this is used only when built on a moblin platform */ - _("This will not remove your accounts on the server."), + _("This will not remove your account on the server."), #endif /* HAVE_NBTK */ G_CALLBACK (accounts_dialog_delete_account_response_cb), dialog, |