Make radar string "Out Of Range" translatable

This commit is contained in:
Lirusaito
2013-07-16 08:04:38 -04:00
parent 67970ab2db
commit af15010c79
2 changed files with 2 additions and 1 deletions

View File

@@ -1088,7 +1088,7 @@ void LLFloaterAvatarList::refreshAvatarList()
}
else
{
element["columns"][LIST_CLIENT]["value"] = "Out Of Range";
element["columns"][LIST_CLIENT]["value"] = getString("Out Of Range");
}
//Blend to make the color show up better
client_color = client_color *.5f + unselected_color * .5f;

View File

@@ -361,6 +361,7 @@
<check_box follows="bottom|left" bottom_delta="0" left_delta="70" control_name="RadarColumnClientHidden" name="hide_client" label="Client"/>
</panel>
</tab_container>
<string name="Out Of Range">Out Of Range</string>
<string name="Moving">Moving</string>
<string name="Playing a gesture">Playing a gesture</string>
<string name="Playing a sound">Playing a sound</string>