Fix a typo

master
Ansariel 2016-04-27 01:00:27 +02:00
parent fa17c14cbb
commit df8446b1ff
1 changed files with 1 additions and 1 deletions

View File

@ -775,7 +775,7 @@ void FSLSLBridge::processAttach(LLViewerObject* object, const LLViewerJointAttac
LL_WARNS("FSLSLBridge") << "Bridge container isn't in the correct inventory location. Detaching it and aborting." << LL_ENDL;
if (mBridgeCreating)
{
report_to_nearby_chat(LLTrans::getString("fs_bridge_failure_attach_wrong_location"));
report_to_nearby_chat(LLTrans::getString("fsbridge_failure_attach_wrong_location"));
setBridgeCreating(false); //in case we interrupted the creation
}
return;