diff options
author | Ushveen Kaur <kushveen@novell.com> | 2006-09-12 19:35:34 +0800 |
---|---|---|
committer | Andre Klapper <aklapper@src.gnome.org> | 2006-09-12 19:35:34 +0800 |
commit | 4032613d5f081607552770ff311b446142911b1a (patch) | |
tree | 0427a83462eca13a59c617ea1d1494c7213c9e31 /addressbook/gui/widgets/eab-gui-util.c | |
parent | 3ef49256dbac5c363990b8beb7e006aaffff6165 (diff) | |
download | gsoc2013-evolution-4032613d5f081607552770ff311b446142911b1a.tar.gz gsoc2013-evolution-4032613d5f081607552770ff311b446142911b1a.tar.zst gsoc2013-evolution-4032613d5f081607552770ff311b446142911b1a.zip |
** Fixes bug #352353
2006-09-12 Ushveen Kaur <kushveen@novell.com>
** Fixes bug #352353
* gui/widgets/eab-gui-utils.c (file_exists): Translator comment
is added.
svn path=/trunk/; revision=32760
Diffstat (limited to 'addressbook/gui/widgets/eab-gui-util.c')
-rw-r--r-- | addressbook/gui/widgets/eab-gui-util.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/addressbook/gui/widgets/eab-gui-util.c b/addressbook/gui/widgets/eab-gui-util.c index 98d94a23f5..a38d17b3de 100644 --- a/addressbook/gui/widgets/eab-gui-util.c +++ b/addressbook/gui/widgets/eab-gui-util.c @@ -320,6 +320,7 @@ file_exists(GtkWindow *window, const char *filename) 0, GTK_MESSAGE_QUESTION, GTK_BUTTONS_NONE, + /* For Translators only: "it" refers to the filename %s. */ _("%s already exists\nDo you want to overwrite it?"), utf8_filename); g_free (utf8_filename); gtk_dialog_add_buttons (GTK_DIALOG (dialog), |