aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-accounts-dialog.c
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimo.cecchi@collabora.co.uk>2009-10-03 00:04:41 +0800
committerCosimo Cecchi <cosimo.cecchi@collabora.co.uk>2009-10-03 00:09:19 +0800
commitd95be533cc77f9355c4dae8956f2eebd308bed97 (patch)
treec986c6a0eebfb4a044221be0d6c90d716b4cbaea /src/empathy-accounts-dialog.c
parent9db9e7c08f04949fe14829a3eeea2fd562afa96e (diff)
downloadgsoc2013-empathy-d95be533cc77f9355c4dae8956f2eebd308bed97.tar
gsoc2013-empathy-d95be533cc77f9355c4dae8956f2eebd308bed97.tar.gz
gsoc2013-empathy-d95be533cc77f9355c4dae8956f2eebd308bed97.tar.bz2
gsoc2013-empathy-d95be533cc77f9355c4dae8956f2eebd308bed97.tar.lz
gsoc2013-empathy-d95be533cc77f9355c4dae8956f2eebd308bed97.tar.xz
gsoc2013-empathy-d95be533cc77f9355c4dae8956f2eebd308bed97.tar.zst
gsoc2013-empathy-d95be533cc77f9355c4dae8956f2eebd308bed97.zip
Fix a typo in a string.
Diffstat (limited to 'src/empathy-accounts-dialog.c')
-rw-r--r--src/empathy-accounts-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c
index d47254498..b1e9c9342 100644
--- a/src/empathy-accounts-dialog.c
+++ b/src/empathy-accounts-dialog.c
@@ -816,7 +816,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,