summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-11-16 22:26:41 +0000
committerCarl Hetherington <carl@carlh.net>2011-11-16 22:26:41 +0000
commit63ed921cc6824d05c633fe629ff5c620346e84d5 (patch)
tree3e66ce0e42c232ad6bcb59bad46a696d3d98aa23
parentccc5467bcaef73fdabafc5c4b01e8762798f9ac2 (diff)
Use capital L for solo safe button in narrow strips and
internationalise small button strings. git-svn-id: svn://localhost/ardour2/branches/3.0@10653 d708f5d6-7413-0410-9779-e7cbd77b26cf
-rw-r--r--gtk2_ardour/mixer_strip.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/mixer_strip.cc b/gtk2_ardour/mixer_strip.cc
index 2efb6accf6..5d018a4251 100644
--- a/gtk2_ardour/mixer_strip.cc
+++ b/gtk2_ardour/mixer_strip.cc
@@ -647,8 +647,8 @@ MixerStrip::set_width_enum (Width w, void* owner)
panners.short_astate_string(_route->panner()->automation_state()));
}
- solo_isolated_led->set_text ("i");
- solo_safe_led->set_text ("l");
+ solo_isolated_led->set_text (_("i"));
+ solo_safe_led->set_text (_("L"));
Gtkmm2ext::set_size_request_to_display_given_text (name_button, longest_label.c_str(), 2, 2);
set_size_request (max (50, gpm.get_gm_width()), -1);