From e9dc216b62c30cc973b7f938bf0d547d4b17e3f2 Mon Sep 17 00:00:00 2001 From: Devashish Sharma Date: Thu, 7 Sep 2006 06:49:04 +0000 Subject: Reverting last commit, head and stable are not branched so cannot commit string chnages. svn path=/trunk/; revision=32747 --- 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 5eaefcf35c..98d94a23f5 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 the file?"), utf8_filename); + _("%s already exists\nDo you want to overwrite it?"), utf8_filename); g_free (utf8_filename); gtk_dialog_add_buttons (GTK_DIALOG (dialog), GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, -- cgit v1.2.3