Use Quantize rather than OK in the Quantize dialogue.
authorCarl Hetherington <carl@carlh.net>
Mon, 14 Nov 2011 13:44:18 +0000 (13:44 +0000)
committerCarl Hetherington <carl@carlh.net>
Mon, 14 Nov 2011 13:44:18 +0000 (13:44 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@10583 d708f5d6-7413-0410-9779-e7cbd77b26cf

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()