4     protected static const string PROFILE_BUTTON_TEXT = 
"#AR-PlayerLists_ShowProfile";
 
    5     protected static const string PROFILE_BUTTON_TEXT_CONSOLE = 
"#AR-PlayerLists_ShowGamercard";
 
   10     override void HandlerAttached(Widget w)
 
   12         super.HandlerAttached(w);
 
   25         string label = PROFILE_BUTTON_TEXT;
 
   27             label = PROFILE_BUTTON_TEXT_CONSOLE;
 
   29         m_ViewProfile.SetLabel(label);