From 3e85f81e365012a97b426225a4ffcc6156dbfd1b Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Thu, 16 Feb 2012 14:42:42 +0100 Subject: [PATCH] salut-dialog: use 'Skip' instead of 'Ignore' https://bugzilla.gnome.org/show_bug.cgi?id=652669 --- 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 b6a47d27..b2b57dec 100644 --- a/src/empathy-accounts-dialog.c +++ b/src/empathy-accounts-dialog.c @@ -2080,7 +2080,7 @@ maybe_show_salut_dialog (EmpathyAccountsDialog *self) gtk_window_set_modal (GTK_WINDOW (dialog), TRUE); - gtk_dialog_add_button (GTK_DIALOG (dialog), _("_Ignore"), + gtk_dialog_add_button (GTK_DIALOG (dialog), _("_Skip"), GTK_RESPONSE_NO); button = gtk_dialog_add_button (GTK_DIALOG (dialog), -- 2.39.2