Use Quantize rather than OK in the Quantize dialogue.

git-svn-id: svn://localhost/ardour2/branches/3.0@10583 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-11-14 13:44:18 +00:00
parent 1362ac2046
commit 28cc3197d5
1 changed files with 1 additions and 1 deletions

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