]> spindle.queued.net Git - midori/commitdiff
Label 'Custom' and file chooser 'Import from a file'
authorChristian Dywan <christian@twotoasts.de>
Sun, 24 Oct 2010 21:48:03 +0000 (23:48 +0200)
committerChristian Dywan <christian@twotoasts.de>
Sun, 24 Oct 2010 21:48:03 +0000 (23:48 +0200)
midori/midori-browser.c

index 0b3730f4ab110075d26bd90dac3730526ac5f3e7..4253858b7f75384c9527467a5c18dcc09bb978bf 100644 (file)
@@ -4036,7 +4036,7 @@ _action_bookmarks_import_activate (GtkAction*     action,
         g_free (path);
     }
     gtk_list_store_insert_with_values (model, NULL, G_MAXINT,
-        0, _("Custom..."), 1, NULL, 2, NULL, 3, icon_width, -1);
+        0, _("Import from a 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);
@@ -4085,7 +4085,7 @@ _action_bookmarks_import_activate (GtkAction*     action,
         {
             GtkWidget* file_dialog;
 
-            file_dialog = sokoke_file_chooser_dialog_new (_("Save file as"),
+            file_dialog = sokoke_file_chooser_dialog_new (_("Import from a file"),
                 GTK_WINDOW (browser), GTK_FILE_CHOOSER_ACTION_OPEN);
             if (gtk_dialog_run (GTK_DIALOG (file_dialog)) == GTK_RESPONSE_OK)
                 path = gtk_file_chooser_get_filename (GTK_FILE_CHOOSER (file_dialog));