Files
SingularityViewer/indra/newview/skins/default/xui/es/panel_voice_effect.xml
Lirusaito 2d71b9be17 [Voice Update] LLPanelVoiceEffect added to LLFloaterActiveSpeakers
Comments out xml menu entry for LLFloaterVoiceEffect access from LLPanelVoiceEffect is the intended method
TODO: Once Shyotl's new layout stack code comes in, make LLFloaterActiveSpeakers into a vertical stack so we can properly hide LLPanelVoiceEffect upon a debug setting.
2013-06-13 06:29:00 -04:00

16 lines
549 B
XML

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="panel_voice_effect">
<string name="no_voice_effect">
Transformación de voz desactivada
</string>
<string name="preview_voice_effects">
Probar transformación de voz ▶
</string>
<string name="get_voice_effects">
Obtener transformación de voz ▶
</string>
<combo_box name="voice_effect" tool_tip="Selecciona una transformación de voz para cambiar tu voz">
<combo_item label="Transformación de voz desactivada" name="no_voice_effect"/>
</combo_box>
</panel>