From 4b1a6066dc36b8672e167db77e7808bbf7115888 Mon Sep 17 00:00:00 2001 From: Harish Krishnaswamy Date: Sun, 1 Jan 2006 12:34:48 +0000 Subject: s/don't/do not/ string changes. Fixes #325276. 2006-01-01 Harish Krishnaswamy * s/don't/do not/ string changes. Fixes #325276. svn path=/trunk/; revision=31003 --- shell/importer/intelligent.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shell/importer') diff --git a/shell/importer/intelligent.c b/shell/importer/intelligent.c index 2043abadb4..f2f7f6898d 100644 --- a/shell/importer/intelligent.c +++ b/shell/importer/intelligent.c @@ -196,11 +196,11 @@ create_gui (GList *importers) gtk_dialog_add_action_widget((GtkDialog *)dialog, dummy, GTK_RESPONSE_ACCEPT); dummy = gtk_button_new_from_stock(GTK_STOCK_NO); - gtk_button_set_label((GtkButton *)dummy, _("Don't import")); + gtk_button_set_label((GtkButton *)dummy, _("Do not import")); gtk_dialog_add_action_widget((GtkDialog *)dialog, dummy, GTK_RESPONSE_REJECT); dummy = gtk_button_new_from_stock(GTK_STOCK_CANCEL); - gtk_button_set_label((GtkButton *)dummy, _("Don't ask me again")); + gtk_button_set_label((GtkButton *)dummy, _("Do not ask me again")); gtk_dialog_add_action_widget((GtkDialog *)dialog, dummy, GTK_RESPONSE_CANCEL); d->importers = NULL; d->current = NULL; -- cgit