aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevashish Sharma <dsharma@src.gnome.org>2006-09-07 14:49:04 +0800
committerDevashish Sharma <dsharma@src.gnome.org>2006-09-07 14:49:04 +0800
commite9dc216b62c30cc973b7f938bf0d547d4b17e3f2 (patch)
tree84227e1a3a7829f42547c93d00371aca3bc4bbbc
parent8493d0e8d9d8b149b7d2604a89b50ff7eb3fb4eb (diff)
downloadgsoc2013-evolution-e9dc216b62c30cc973b7f938bf0d547d4b17e3f2.tar
gsoc2013-evolution-e9dc216b62c30cc973b7f938bf0d547d4b17e3f2.tar.gz
gsoc2013-evolution-e9dc216b62c30cc973b7f938bf0d547d4b17e3f2.tar.bz2
gsoc2013-evolution-e9dc216b62c30cc973b7f938bf0d547d4b17e3f2.tar.lz
gsoc2013-evolution-e9dc216b62c30cc973b7f938bf0d547d4b17e3f2.tar.xz
gsoc2013-evolution-e9dc216b62c30cc973b7f938bf0d547d4b17e3f2.tar.zst
gsoc2013-evolution-e9dc216b62c30cc973b7f938bf0d547d4b17e3f2.zip
Reverting last commit, head and stable are not branched so cannot commit string chnages.
svn path=/trunk/; revision=32747
-rw-r--r--addressbook/gui/widgets/eab-gui-util.c2
1 files changed, 1 insertions, 1 deletions
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,