diff options
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/ChangeLog | 7 | ||||
-rw-r--r-- | addressbook/gui/widgets/eab-gui-util.c | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index b0306459f0..97b388ef18 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,10 @@ +2006-09-12 Ushveen Kaur <kushveen@novell.com> + + ** Fixes bug #352353 + + * gui/widgets/eab-gui-utils.c (file_exists): Translator comment + is added. + 2006-08-21 Srinivasa Ragavan <sragavan@novell.com> * gui/widgets/e-addressbook-view.c: (string_without_underscores), 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), |