Labels in this dialog don't have full stops.
[ardour.git] / gtk2_ardour / rc_option_editor.cc
index edd88cbfb11f59def7d3dc657972cefb9185d0f1..52a0d698bc7098cbdccfbd9f4eb2df2b4944fb24 100644 (file)
@@ -3913,7 +3913,7 @@ These settings will only take effect after %1 is restarted.\n\
 
        bo = new BoolOption (
                        "transients-follow-front",
-                       _("Transient windows follow front window."),
+                       _("Transient windows follow front window"),
                        sigc::mem_fun (UIConfiguration::instance(), &UIConfiguration::get_transients_follow_front),
                        sigc::mem_fun (UIConfiguration::instance(), &UIConfiguration::set_transients_follow_front)
                        );