From 8493d0e8d9d8b149b7d2604a89b50ff7eb3fb4eb Mon Sep 17 00:00:00 2001 From: Devashish Sharma Date: Thu, 7 Sep 2006 06:35:24 +0000 Subject: Changed the comment "Do you want to overwrite it" to "Do you want to overwrite the file" svn path=/trunk/; revision=32746 --- addressbook/gui/widgets/eab-gui-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/gui/widgets/eab-gui-util.c') diff --git a/addressbook/gui/widgets/eab-gui-util.c b/addressbook/gui/widgets/eab-gui-util.c index 98d94a23f5..5eaefcf35c 100644 --- a/addressbook/gui/widgets/eab-gui-util.c +++ b/addressbook/gui/widgets/eab-gui-util.c @@ -320,7 +320,7 @@ file_exists(GtkWindow *window, const char *filename) 0, GTK_MESSAGE_QUESTION, GTK_BUTTONS_NONE, - _("%s already exists\nDo you want to overwrite it?"), utf8_filename); + _("%s already exists\nDo you want to overwrite the file?"), utf8_filename); g_free (utf8_filename); gtk_dialog_add_buttons (GTK_DIALOG (dialog), GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, -- cgit