summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatervoiceeffect.cpp
diff options
context:
space:
mode:
authorAimee Linden <aimee@lindenlab.com>2010-05-27 12:53:53 +0100
committerAimee Linden <aimee@lindenlab.com>2010-05-27 12:53:53 +0100
commit485f9abde6b728a923070e392e40c16ea9f05226 (patch)
treed267ed26bead17513873f00a81a0e109fcfc6e73 /indra/newview/llfloatervoiceeffect.cpp
parentd821d371e30cb7fcf32b6fae12ef4557e729bca3 (diff)
EXT-7138 WIP Changed UI text to use "Voice Morph" everywhere instead of "Voice Effect".
Revised wording in preview floater (DEV-50573). Added tool-tip for Voice Morphing control in Nearby Voice (DEV-50608).
Diffstat (limited to 'indra/newview/llfloatervoiceeffect.cpp')
-rw-r--r--indra/newview/llfloatervoiceeffect.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/llfloatervoiceeffect.cpp b/indra/newview/llfloatervoiceeffect.cpp
index d27adfcea1..22392dca8b 100644
--- a/indra/newview/llfloatervoiceeffect.cpp
+++ b/indra/newview/llfloatervoiceeffect.cpp
@@ -114,7 +114,7 @@ void LLFloaterVoiceEffect::refreshEffectList()
return;
}
- LL_DEBUGS("Voice")<< "Rebuilding voice effect list."<< LL_ENDL;
+ LL_DEBUGS("Voice")<< "Rebuilding Voice Morph list."<< LL_ENDL;
// Preserve selected items and scroll position
S32 scroll_pos = mVoiceEffectList->getScrollPos();
@@ -128,7 +128,7 @@ void LLFloaterVoiceEffect::refreshEffectList()
mVoiceEffectList->deleteAllItems();
{
- // Add the "No Voice Effect" entry
+ // Add the "No Voice Morph" entry
LLSD element;
element["id"] = LLUUID::null;
@@ -145,7 +145,7 @@ void LLFloaterVoiceEffect::refreshEffectList()
}
}
- // Add each Voice Effect template, if there are any (template list includes all usable effects)
+ // Add each Voice Morph template, if there are any (template list includes all usable effects)
const voice_effect_list_t& template_list = effect_interface->getVoiceEffectTemplateList();
if (!template_list.empty())
{