aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-accounts-dialog.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-11-06 21:53:38 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-11-06 21:58:43 +0800
commit97712b427cbef669192d1399718e22250b9bdcb2 (patch)
treef6a7007c22dd2c41d6dda427fbed8472f1c39c4a /src/empathy-accounts-dialog.c
parentcc66599afc20a641f264565593de4075eb86810b (diff)
downloadgsoc2013-empathy-97712b427cbef669192d1399718e22250b9bdcb2.tar
gsoc2013-empathy-97712b427cbef669192d1399718e22250b9bdcb2.tar.gz
gsoc2013-empathy-97712b427cbef669192d1399718e22250b9bdcb2.tar.bz2
gsoc2013-empathy-97712b427cbef669192d1399718e22250b9bdcb2.tar.lz
gsoc2013-empathy-97712b427cbef669192d1399718e22250b9bdcb2.tar.xz
gsoc2013-empathy-97712b427cbef669192d1399718e22250b9bdcb2.tar.zst
gsoc2013-empathy-97712b427cbef669192d1399718e22250b9bdcb2.zip
accounts-dialog: simplify the remove acount confirmation dialog
This used to be a Moblin specific change but it makes sense for GNOME as well (#600962).
Diffstat (limited to 'src/empathy-accounts-dialog.c')
-rw-r--r--src/empathy-accounts-dialog.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c
index 7092e55c5..fb6cf5475 100644
--- a/src/empathy-accounts-dialog.c
+++ b/src/empathy-accounts-dialog.c
@@ -820,26 +820,11 @@ accounts_dialog_view_delete_activated_cb (EmpathyCellRendererActivatable *cell,
}
question_dialog_primary_text = g_strdup_printf (
-#ifndef HAVE_MOBLIN
- _("You are about to remove your %s account!\n"
- "Are you sure you want to proceed?"),
-#else
- /* Translators: this is used only when built on a moblin platform */
_("Do you want to remove %s from your computer?"),
-#endif /* HAVE_MOBLIN */
tp_account_get_display_name (account));
accounts_dialog_show_question_dialog (dialog, question_dialog_primary_text,
-#ifndef HAVE_MOBLIN
- _("Any associated conversations and chat rooms will NOT be "
- "removed if you decide to proceed.\n"
- "\n"
- "Should you decide to add the account back at a later time, "
- "they will still be available."),
-#else
- /* Translators: this is used only when built on a moblin platform */
_("This will not remove your account on the server."),
-#endif /* HAVE_MOBLIN */
G_CALLBACK (accounts_dialog_delete_account_response_cb),
dialog,
GTK_STOCK_CANCEL, GTK_RESPONSE_NO,