13
0

L: rename +Sec -> +Section

This commit is contained in:
Ben Loftis 2024-06-14 07:38:50 -05:00
parent cf89326522
commit 6b0bcb341d

View File

@ -472,7 +472,7 @@ Editor::Editor ()
, domain_bounce_info (nullptr) , domain_bounce_info (nullptr)
, track_drag (nullptr) , track_drag (nullptr)
#ifdef LIVETRAX #ifdef LIVETRAX
, _livetrax_btn_new_section (_("+Sec")) , _livetrax_btn_new_section (_("+Section"))
, _livetrax_btn_new_location (_("+Mark")) , _livetrax_btn_new_location (_("+Mark"))
, _livetrax_btn_prev_marker (_("<<")) , _livetrax_btn_prev_marker (_("<<"))
, _livetrax_btn_next_marker (_(">>")) , _livetrax_btn_next_marker (_(">>"))