put back revised version of Route::has_external_redirects() and use it to give a...
[ardour.git] / gtk2_ardour / quantize_dialog.cc
index 88d1f5496937c106236da7c69ed772c1894e0ce3..82b7ef30096fb57f0c908ea496611d80e3c2aa2a 100644 (file)
@@ -124,7 +124,7 @@ QuantizeDialog::QuantizeDialog (PublicEditor& e)
        show_all ();
 
        add_button (Stock::CANCEL, RESPONSE_CANCEL);
-       add_button (Stock::OK, RESPONSE_OK);
+       add_button (_("Quantize"), RESPONSE_OK);
 }
 
 QuantizeDialog::~QuantizeDialog()
@@ -175,7 +175,7 @@ QuantizeDialog::grid_size_to_musical_time (const string& txt) const
        } else if (txt == _("Beats")) {
                return 1.0;
        }
-        
+
        return 1.0;
 }