diff options
| author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2026-04-22 17:47:46 +0300 |
|---|---|---|
| committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2026-04-22 17:47:46 +0300 |
| commit | b265859fb4d4edea9a2797debabea1c0b611f671 (patch) | |
| tree | f1654cba28953dfaa8a83dc4061529a1bc089297 /indra/newview/llfloaterimsessiontab.cpp | |
| parent | 1524b8aa703d82fbe75e18606ae7a974d971b38e (diff) | |
Update notify panel width; remove "To" from chat label
Diffstat (limited to 'indra/newview/llfloaterimsessiontab.cpp')
| -rw-r--r-- | indra/newview/llfloaterimsessiontab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterimsessiontab.cpp b/indra/newview/llfloaterimsessiontab.cpp index 453161b792..b70d21e2c5 100644 --- a/indra/newview/llfloaterimsessiontab.cpp +++ b/indra/newview/llfloaterimsessiontab.cpp @@ -935,7 +935,7 @@ void LLFloaterIMSessionTab::hideOrShowTitle() void LLFloaterIMSessionTab::updateSessionName(const std::string& name) { - mInputEditor->setLabel(LLTrans::getString("IM_to_label") + " " + name); + mInputEditor->setLabel(name); } void LLFloaterIMSessionTab::updateChatIcon(const LLUUID& id) |
