diff options
Diffstat (limited to 'indra/newview/llimview.cpp')
-rw-r--r-- | indra/newview/llimview.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp index 47ab36959d..dee1ed2bfd 100644 --- a/indra/newview/llimview.cpp +++ b/indra/newview/llimview.cpp @@ -167,7 +167,8 @@ BOOL LLFloaterIM::postBuild() sErrorStringsMap["no_user_911"] = getFormattedUIString("user_no_help"); - sEventStringsMap["add"] = childGetText("add_session_event"); + sEventStringsMap["add"] = + getFormattedUIString("add_session_event"); sEventStringsMap["message"] = getFormattedUIString("message_session_event"); @@ -388,7 +389,7 @@ void LLIMMgr::addMessage( // when answering questions. if(gAgent.isGodlike()) { - // XUI:translate + // *TODO:translate (low priority, god ability) std::ostringstream bonus_info; bonus_info << "*** parent estate: " << parent_estate_id |