diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | src/bookmarks/ephy-bookmarks-editor.c | 4 |
2 files changed, 9 insertions, 1 deletions
@@ -2,6 +2,12 @@ * src/bookmarks/ephy-bookmarks-editor.c: (import_bookmarks): + Better wording for the import-failed dialogue. + +2005-01-24 Christian Persch,,, <chpe@cvs.gnome.org> + + * src/bookmarks/ephy-bookmarks-editor.c: (import_bookmarks): + This is an error message, not a warning. 2005-01-24 Christian Persch,,, <chpe@cvs.gnome.org> diff --git a/src/bookmarks/ephy-bookmarks-editor.c b/src/bookmarks/ephy-bookmarks-editor.c index 9fce4e31c..11416c4ec 100644 --- a/src/bookmarks/ephy-bookmarks-editor.c +++ b/src/bookmarks/ephy-bookmarks-editor.c @@ -632,7 +632,9 @@ import_bookmarks (EphyBookmarksEditor *editor, gtk_window_set_title (GTK_WINDOW (dialog), _("Import Failed")); gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog), - _("The bookmarks from \"%s\" were not imported."), + _("The bookmarks from \"%s\" could not be imported " + "because the file is corrupted or of an " + "unsupported type."), basename); gtk_window_group_add_window (GTK_WINDOW (editor)->group, |