diff options
Diffstat (limited to 'src/bookmarks')
-rw-r--r-- | src/bookmarks/ephy-bookmarks-editor.c | 4 |
1 files changed, 3 insertions, 1 deletions
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, |