aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorDevashish Sharma <dsharma@src.gnome.org>2006-09-07 14:35:24 +0800
committerDevashish Sharma <dsharma@src.gnome.org>2006-09-07 14:35:24 +0800
commit8493d0e8d9d8b149b7d2604a89b50ff7eb3fb4eb (patch)
treec9db1750f36c9a7949c1f1487c536120c9d22258 /addressbook
parentf2082259bf5e4d4365f22064673fdb4b430f3889 (diff)
downloadgsoc2013-evolution-8493d0e8d9d8b149b7d2604a89b50ff7eb3fb4eb.tar
gsoc2013-evolution-8493d0e8d9d8b149b7d2604a89b50ff7eb3fb4eb.tar.gz
gsoc2013-evolution-8493d0e8d9d8b149b7d2604a89b50ff7eb3fb4eb.tar.bz2
gsoc2013-evolution-8493d0e8d9d8b149b7d2604a89b50ff7eb3fb4eb.tar.lz
gsoc2013-evolution-8493d0e8d9d8b149b7d2604a89b50ff7eb3fb4eb.tar.xz
gsoc2013-evolution-8493d0e8d9d8b149b7d2604a89b50ff7eb3fb4eb.tar.zst
gsoc2013-evolution-8493d0e8d9d8b149b7d2604a89b50ff7eb3fb4eb.zip
Changed the comment "Do you want to overwrite it" to "Do you want to overwrite the file"
svn path=/trunk/; revision=32746
Diffstat (limited to 'addressbook')
-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 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,