summaryrefslogtreecommitdiff
path: root/indra/newview/lltoolpie.cpp
diff options
context:
space:
mode:
authorRamzi Linden <ramzi@lindenlab.com>2010-01-19 16:01:49 -0800
committerRamzi Linden <ramzi@lindenlab.com>2010-01-19 16:01:49 -0800
commitcdae00e7f0afd463ad84bea07bdb1e6bd2d27814 (patch)
tree8459bfab22363ead00547fcde5b3ccbe50b53780 /indra/newview/lltoolpie.cpp
parentb8122d10d154cecb35a91ca385fc3f118efebcf4 (diff)
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=.
Diffstat (limited to 'indra/newview/lltoolpie.cpp')
-rw-r--r--indra/newview/lltoolpie.cpp2
1 files changed, 1 insertions, 1 deletions
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);