From cdae00e7f0afd463ad84bea07bdb1e6bd2d27814 Mon Sep 17 00:00:00 2001 From: Ramzi Linden Date: Tue, 19 Jan 2010 16:01:49 -0800 Subject: better fix of EXT-299 "Mute" still showing in avatar Context menu, although label says "Block" The original fix at r6543 created a duplicate node, which breaks localization. Renaming that new node with a unique name=. --- indra/newview/lltoolpie.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/lltoolpie.cpp') diff --git a/indra/newview/lltoolpie.cpp b/indra/newview/lltoolpie.cpp index da7e8cd767..da68af1597 100644 --- a/indra/newview/lltoolpie.cpp +++ b/indra/newview/lltoolpie.cpp @@ -1515,7 +1515,7 @@ BOOL LLToolPie::pickRightMouseDownCallback() } else { - mute_msg = LLTrans::getString("MuteObject"); + mute_msg = LLTrans::getString("MuteObject2"); } gMenuHolder->childSetText("Object Mute", mute_msg); -- cgit v1.2.3