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.