Translation Fix

This commit is contained in:
Lirusaito
2012-07-19 02:12:51 -04:00
parent add52b4d57
commit 32e2b584b9
2 changed files with 3 additions and 2 deletions

View File

@@ -4206,7 +4206,7 @@ void LLSoundBridge::openSoundPreview(void* which)
rect.translate(left - rect.mLeft, top - rect.mTop);
LLPreviewSound* preview = new LLPreviewSound("preview sound",
rect,
std::string("Sound: ") + me->getName(),
LLTrans::getString("Sound: ") + me->getName(),
me->mUUID);
preview->setFocus(TRUE);
// Keep entirely onscreen.
@@ -6308,7 +6308,7 @@ public:
rect.translate(left - rect.mLeft, top - rect.mTop);
LLPreviewSound* preview = new LLPreviewSound("preview sound",
rect,
std::string("Sound: ") + item->getName(),
LLTrans::getString("Sound: ") + item->getName(),
mUUID);
preview->setFocus(TRUE);
// Keep entirely onscreen.

View File

@@ -23,4 +23,5 @@
mouse_opaque="true" name="Sound play btn" scale_image="true"
sound_flags="0" tool_tip="Play this sound so that others can hear it."
width="120" />
<string name="Sound: ">Sound: </string>
</floater>