From 28cc3197d585f94335d7e7e38f13373d345f799d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 14 Nov 2011 13:44:18 +0000 Subject: [PATCH] Use Quantize rather than OK in the Quantize dialogue. git-svn-id: svn://localhost/ardour2/branches/3.0@10583 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/quantize_dialog.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/quantize_dialog.cc b/gtk2_ardour/quantize_dialog.cc index 397eb23145..82b7ef3009 100644 --- a/gtk2_ardour/quantize_dialog.cc +++ b/gtk2_ardour/quantize_dialog.cc @@ -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()