From 9617b1fa7265ee6d1bda4bfba591107fb11a8df2 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Fri, 2 Oct 2009 18:04:41 +0200 Subject: [PATCH] Fix a typo in a string. --- src/empathy-accounts-dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c index a06a847c..a45f40db 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, -- 2.39.2