diff options
| author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2026-04-23 01:42:02 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-23 01:42:02 +0300 |
| commit | 84f50b9deccf239e59a7d6391ae4cb5d77aa4d54 (patch) | |
| tree | f1654cba28953dfaa8a83dc4061529a1bc089297 /indra/newview/llfloaterimsession.cpp | |
| parent | df5e1c1613798b51fb516c63a52fdbf8b8419fee (diff) | |
| parent | b265859fb4d4edea9a2797debabea1c0b611f671 (diff) | |
Merge pull request #5688 from secondlife/maxim/2026.02-xui-font-updates
#5693 UI updates related to font hinting
Diffstat (limited to 'indra/newview/llfloaterimsession.cpp')
| -rw-r--r-- | indra/newview/llfloaterimsession.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterimsession.cpp b/indra/newview/llfloaterimsession.cpp index 6d642638b3..73bce6f2fd 100644 --- a/indra/newview/llfloaterimsession.cpp +++ b/indra/newview/llfloaterimsession.cpp @@ -1056,7 +1056,7 @@ void LLFloaterIMSession::processAgentListUpdates(const LLSD& body) if (moderator_muted_text) label = LLTrans::getString("IM_muted_text_label"); else - label = LLTrans::getString("IM_to_label") + " " + LLIMModel::instance().getName(mSessionID); + label = LLIMModel::instance().getName(mSessionID); mInputEditor->setLabel(label); if (moderator_muted_text) |
