Spelling fix.
appearance isn't spelled appearence
This commit is contained in:
@@ -4047,7 +4047,7 @@ void LLAgent::sendAgentSetAppearance()
|
||||
|
||||
llinfos << "Avatar XML num VisualParams transmitted = " << transmitted_params << llendl;
|
||||
if(transmitted_params < 218) {
|
||||
LLNotificationsUtil::add("SGIncompleteAppearence");
|
||||
LLNotificationsUtil::add("SGIncompleteAppearance");
|
||||
}
|
||||
sendReliableMessage();
|
||||
}
|
||||
|
||||
@@ -89,7 +89,7 @@ const StatAttributes STAT_INFO[LLViewerStats::ST_COUNT] =
|
||||
// ST_VERSION
|
||||
StatAttributes("Version", TRUE, FALSE),
|
||||
// ST_AVATAR_EDIT_SECONDS
|
||||
StatAttributes("Seconds in Edit Appearence", FALSE, TRUE),
|
||||
StatAttributes("Seconds in Edit Appearance", FALSE, TRUE),
|
||||
// ST_TOOLBOX_SECONDS
|
||||
StatAttributes("Seconds using Toolbox", FALSE, TRUE),
|
||||
// ST_CHAT_COUNT
|
||||
|
||||
@@ -7214,9 +7214,9 @@ Click 'Wear' to attach the Physics Wearable, or click 'Cancel' if you wish to ma
|
||||
|
||||
<notification
|
||||
icon="alert.tga"
|
||||
name="SGIncompleteAppearence"
|
||||
name="SGIncompleteAppearance"
|
||||
type="alert">
|
||||
Sending incomplete appearence. You may appear to others as a cloud.
|
||||
Sending incomplete appearance. You may appear to others as a cloud.
|
||||
|
||||
Your shape, skin, hair or eyes might be defect.
|
||||
<usetemplate
|
||||
|
||||
Reference in New Issue
Block a user