People don't seem to know what an ARC is... it's Complexity
This commit is contained in:
@@ -307,7 +307,7 @@ void LLHoverView::updateText()
|
|||||||
}
|
}
|
||||||
mText.push_back(line);
|
mText.push_back(line);
|
||||||
|
|
||||||
mText.push_back(llformat("ARC: %d", hit_object->asAvatar()->getVisualComplexity()));
|
mText.push_back(LLTrans::getString("Complexity", LLSD().with("NUM", static_cast<LLSD::Integer>(hit_object->asAvatar()->getVisualComplexity()))));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -3559,6 +3559,8 @@ If you continue to receive this message, please contact Second Life support for
|
|||||||
<string name="Bottom">Bottom</string>
|
<string name="Bottom">Bottom</string>
|
||||||
<string name="Bottom Right">Bottom Right</string>
|
<string name="Bottom Right">Bottom Right</string>
|
||||||
|
|
||||||
|
<string name="Complexity">Complexity: [NUM]</string>
|
||||||
|
|
||||||
<!-- compile queue-->
|
<!-- compile queue-->
|
||||||
<string name="CompileQueueDownloadedCompiling">Downloaded, now compiling</string>
|
<string name="CompileQueueDownloadedCompiling">Downloaded, now compiling</string>
|
||||||
<string name="CompileQueueServiceUnavailable">Script compilation service not available</string>
|
<string name="CompileQueueServiceUnavailable">Script compilation service not available</string>
|
||||||
|
|||||||
Reference in New Issue
Block a user