From acc05bde4a5b932cb5042a61104625e98aba7332 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 30 Dec 2015 16:52:18 +0100 Subject: [PATCH] fix typo --- gtk2_ardour/rc_option_editor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index 1146ab25c3..fc904b2109 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -1053,7 +1053,7 @@ public: _box->pack_start (*h, false, false); - set_note (_("Adjusting the scale require an application restart to re-layout.")); + set_note (_("Adjusting the scale requires an application restart to re-layout.")); _dpi_adjustment.signal_value_changed().connect (sigc::mem_fun (*this, &FontScalingOptions::dpi_changed)); } -- 2.30.2