fix up big clock aspect ratio; fix color handling in audio clocks
[ardour.git] / gtk2_ardour / quantize_dialog.cc
index 397eb23145d42a235c7fffd6d344dd119bbb62c7..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()