People don't seem to know what an ARC is... it's Complexity

This commit is contained in:
Liru Færs
2020-01-15 23:55:13 -05:00
parent ed420c3645
commit ac0e93dcad
2 changed files with 3 additions and 1 deletions

View File

@@ -307,7 +307,7 @@ void LLHoverView::updateText()
}
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
{

View File

@@ -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 Right">Bottom Right</string>
<string name="Complexity">Complexity: [NUM]</string>
<!-- compile queue-->
<string name="CompileQueueDownloadedCompiling">Downloaded, now compiling</string>
<string name="CompileQueueServiceUnavailable">Script compilation service not available</string>