]> spindle.queued.net Git - midori/commitdiff
Make bookmark import button label show supported formats when importing from a file.
authorPaweł Forysiuk <tuxator@o2.pl>
Sun, 30 Jan 2011 10:35:54 +0000 (11:35 +0100)
committerChristian Dywan <christian@twotoasts.de>
Sun, 30 Jan 2011 17:58:00 +0000 (18:58 +0100)
midori/midori-browser.c

index 16bb9ee6fffb81ef773608ff3a5a6b3cf18ea9e1..519b815715221523ccedb80906178ef85fddb104 100644 (file)
@@ -4054,7 +4054,7 @@ _action_bookmarks_import_activate (GtkAction*     action,
         g_free (path);
     }
     gtk_list_store_insert_with_values (model, NULL, G_MAXINT,
-        0, _("Import from a file"), 1, NULL, 2, NULL, 3, icon_width, -1);
+        0, _("Import from XBEL or HTML file"), 1, NULL, 2, NULL, 3, icon_width, -1);
     gtk_combo_box_set_active (combobox, 0);
     gtk_box_pack_start (GTK_BOX (hbox), combo, TRUE, TRUE, 0);
     gtk_container_add (GTK_CONTAINER (content_area), hbox);