diff --git a/indra/llui/llmenugl.cpp b/indra/llui/llmenugl.cpp index deebb57e9..27df264af 100644 --- a/indra/llui/llmenugl.cpp +++ b/indra/llui/llmenugl.cpp @@ -1963,6 +1963,8 @@ void LLMenuGL::parseChildXML(LLXMLNodePtr child, LLView *parent, LLUICtrlFactory child->getAttributeString("type", type); child->getAttributeString("name", item_name); child->getAttributeString("label", source_label); + + LLStringUtil::format(source_label, LLTrans::getDefaultArgs()); // parse jump key out of label typedef boost::tokenizer > tokenizer; @@ -2303,6 +2305,8 @@ LLView* LLMenuGL::fromXML(LLXMLNodePtr node, LLView *parent, LLUICtrlFactory *fa std::string label = name; node->getAttributeString("label", label); + LLStringUtil::format(label, LLTrans::getDefaultArgs()); + // parse jump key out of label std::string new_menu_label; diff --git a/indra/newview/skins/default/xui/de/floater_about.xml b/indra/newview/skins/default/xui/de/floater_about.xml index 75e60e0a3..188c19b15 100644 --- a/indra/newview/skins/default/xui/de/floater_about.xml +++ b/indra/newview/skins/default/xui/de/floater_about.xml @@ -2,13 +2,10 @@ -