Translation Fix
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user