Skip to content
Snippets Groups Projects
Commit 12171ddb authored by Aimee Linden's avatar Aimee Linden
Browse files

EXT-7336 WIP Move the Voice Morphing marketing URL into strings.xml so it can...

EXT-7336 WIP Move the Voice Morphing marketing URL into strings.xml so it can be used in notifications as well.
parent 08e610ad
Branches
Tags
No related merge requests found
...@@ -282,7 +282,7 @@ void LLFloaterVoiceEffect::onClickStop() ...@@ -282,7 +282,7 @@ void LLFloaterVoiceEffect::onClickStop()
void LLFloaterVoiceEffect::onClickAdd() void LLFloaterVoiceEffect::onClickAdd()
{ {
// Open the voice morphing info web page // Open the voice morphing info web page
LLWeb::loadURL(getString("get_voice_effects_url")); LLWeb::loadURL(LLTrans::getString("voice_morphing_url"));
} }
//void LLFloaterVoiceEffect::onClickActivate() //void LLFloaterVoiceEffect::onClickActivate()
......
...@@ -38,6 +38,7 @@ ...@@ -38,6 +38,7 @@
#include "llcombobox.h" #include "llcombobox.h"
#include "llfloaterreg.h" #include "llfloaterreg.h"
#include "llpanel.h" #include "llpanel.h"
#include "lltrans.h"
#include "llvoiceclient.h" #include "llvoiceclient.h"
static LLRegisterPanelClassWrapper<LLPanelVoiceEffect> t_panel_voice_effect("panel_voice_effect"); static LLRegisterPanelClassWrapper<LLPanelVoiceEffect> t_panel_voice_effect("panel_voice_effect");
...@@ -98,7 +99,7 @@ void LLPanelVoiceEffect::onCommitVoiceEffect() ...@@ -98,7 +99,7 @@ void LLPanelVoiceEffect::onCommitVoiceEffect()
else if (value.asInteger() == GET_VOICE_EFFECTS) else if (value.asInteger() == GET_VOICE_EFFECTS)
{ {
// Open the voice morphing info web page // Open the voice morphing info web page
LLWeb::loadURL(getString("get_voice_effects_url")); LLWeb::loadURL(LLTrans::getString("voice_morphing_url"));
} }
else else
{ {
......
...@@ -16,9 +16,6 @@ ...@@ -16,9 +16,6 @@
<string name="no_voice_effect"> <string name="no_voice_effect">
(No Voice Effect) (No Voice Effect)
</string> </string>
<string name="get_voice_effects_url">
http://secondlife.com/landing/v0icem0rphingt3st
</string>
<string name="active_voice_effect"> <string name="active_voice_effect">
(Active) (Active)
</string> </string>
......
...@@ -8,9 +8,6 @@ ...@@ -8,9 +8,6 @@
<string name="no_voice_effect"> <string name="no_voice_effect">
No Voice Effect No Voice Effect
</string> </string>
<string name="get_voice_effects_url">
http://secondlife.com/landing/v0icem0rphingt3st
</string>
<string name="preview_voice_effects"> <string name="preview_voice_effects">
Preview Voice Morphing ▶ Preview Voice Morphing ▶
</string> </string>
......
...@@ -3090,6 +3090,8 @@ If you continue to receive this message, contact the [SUPPORT_SITE]. ...@@ -3090,6 +3090,8 @@ If you continue to receive this message, contact the [SUPPORT_SITE].
The session initialization is timed out The session initialization is timed out
</string> </string>
<string name="voice_morphing_url">http://secondlife.com/landing/v0icem0rphingt3st</string>
<!-- Financial operations strings --> <!-- Financial operations strings -->
<string name="paid_you_ldollars">[NAME] paid you L$[AMOUNT]</string> <string name="paid_you_ldollars">[NAME] paid you L$[AMOUNT]</string>
<string name="you_paid_ldollars">You paid [NAME] L$[AMOUNT] [REASON].</string> <string name="you_paid_ldollars">You paid [NAME] L$[AMOUNT] [REASON].</string>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment