From bea011cf50259f0ea5cf6bb397d7793c203a5cba Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Mon, 24 Jan 2005 18:36:23 +0000 Subject: Better wording for the import-failed dialogue. 2005-01-24 Christian Persch,,, * src/bookmarks/ephy-bookmarks-editor.c: (import_bookmarks): Better wording for the import-failed dialogue. --- ChangeLog | 6 ++++++ src/bookmarks/ephy-bookmarks-editor.c | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 431c8c6ee..181cecfeb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-01-24 Christian Persch,,, + + * src/bookmarks/ephy-bookmarks-editor.c: (import_bookmarks): + + Better wording for the import-failed dialogue. + 2005-01-24 Christian Persch,,, * src/bookmarks/ephy-bookmarks-editor.c: (import_bookmarks): 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, -- cgit v1.2.3