Make capitalization consistent and other minor spelling corrections.
[ardour.git] / gtk2_ardour / audio_clock.cc
index cf55f63c6e54969fceed68753c0bed3d67def9b1..d7fb3766888751236ba6b3727f318ee4f4dc891e 100644 (file)
@@ -2121,7 +2121,7 @@ AudioClock::build_ops_menu ()
 
        if (editable && !_off && !is_duration && !_follows_playhead) {
                ops_items.push_back (SeparatorElem());
-               ops_items.push_back (MenuElem (_("Set From Playhead"), sigc::mem_fun(*this, &AudioClock::set_from_playhead)));
+               ops_items.push_back (MenuElem (_("Set from Playhead"), sigc::mem_fun(*this, &AudioClock::set_from_playhead)));
                ops_items.push_back (MenuElem (_("Locate to This Time"), sigc::mem_fun(*this, &AudioClock::locate)));
        }
        ops_items.push_back (SeparatorElem());