]> git.0d.be Git - empathy.git/commitdiff
Change strings for the remove dialog on the moblin build.
authorCosimo Cecchi <cosimo.cecchi@collabora.co.uk>
Fri, 2 Oct 2009 13:08:49 +0000 (15:08 +0200)
committerCosimo Cecchi <cosimo.cecchi@collabora.co.uk>
Fri, 2 Oct 2009 16:02:05 +0000 (18:02 +0200)
src/empathy-accounts-dialog.c

index d81300f0090ec0eefc5dc1df008ab13c4d408e0f..a06a847ca268d6434ca6a41b0b9bfd5f915cd8dc 100644 (file)
@@ -799,16 +799,26 @@ accounts_dialog_view_delete_activated_cb (EmpathyCellRendererActivatable *cell,
     }
 
   question_dialog_primary_text = g_strdup_printf (
+#ifndef HAVE_NBTK
       _("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_NBTK */
       empathy_account_get_display_name (account));
 
   accounts_dialog_show_question_dialog (dialog, question_dialog_primary_text,
+#ifndef HAVE_NBTK
       _("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 accounts on the server."),
+#endif /* HAVE_NBTK */
       G_CALLBACK (accounts_dialog_delete_account_response_cb),
       dialog,
       GTK_STOCK_CANCEL, GTK_RESPONSE_NO,