Use capital L for solo safe button in narrow strips and
authorCarl Hetherington <carl@carlh.net>
Wed, 16 Nov 2011 22:26:41 +0000 (22:26 +0000)
committerCarl Hetherington <carl@carlh.net>
Wed, 16 Nov 2011 22:26:41 +0000 (22:26 +0000)
internationalise small button strings.

git-svn-id: svn://localhost/ardour2/branches/3.0@10653 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/mixer_strip.cc

index 2efb6accf687020882a5dc803400e8ec37b3a362..5d018a4251cc00c277cc6f9eae223a895c2d9771 100644 (file)
@@ -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);