From 49f28513f5f3f343ee9d51b0df25c7bd78478542 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 4 May 2009 17:49:28 +0000 Subject: clean up that godawful ugly latency GUI in plugin UIs git-svn-id: svn://localhost/ardour2/branches/3.0@5038 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/latency_gui.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/latency_gui.cc') diff --git a/gtk2_ardour/latency_gui.cc b/gtk2_ardour/latency_gui.cc index 5ca139cd40..1f3ae38da4 100644 --- a/gtk2_ardour/latency_gui.cc +++ b/gtk2_ardour/latency_gui.cc @@ -45,7 +45,7 @@ LatencyGUI::LatencyGUI (Latent& l, nframes64_t sr, nframes64_t psz) /* max 1 second, step by frames, page by msecs */ adjustment (initial_value, 0.0, sample_rate, 1.0, sample_rate / 1000.0f), bc (adjustment, ignored, sigc::mem_fun (*this, &LatencyGUI::latency_printer)), - reset_button (_("Automatic")) + reset_button (_("Reset")) { Widget* w; -- cgit v1.2.3