fix typo
authorRobin Gareus <robin@gareus.org>
Wed, 30 Dec 2015 15:52:18 +0000 (16:52 +0100)
committerRobin Gareus <robin@gareus.org>
Wed, 30 Dec 2015 15:52:18 +0000 (16:52 +0100)
gtk2_ardour/rc_option_editor.cc

index 1146ab25c36a0f98421c50ee89597e8e8260fa02..fc904b2109e85590ae491b097b11bbb607615471 100644 (file)
@@ -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));
        }