summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2025-12-15 13:48:57 -0800
committerGitHub <noreply@github.com>2025-12-15 13:48:57 -0800
commitb7967793978ff8a9cf23086c4761dc8f53ef6436 (patch)
tree6707dafe24f19edb150db872ae4da03b9fd8cfe2
parent24bb1e58f87bbc42ec006d1eb107091c709b6de3 (diff)
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
-rw-r--r--indra/newview/lltoastscriptquestion.cpp2
-rw-r--r--indra/newview/skins/default/xui/en/strings.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/lltoastscriptquestion.cpp b/indra/newview/lltoastscriptquestion.cpp
index 5d99efe6a4..3c2e1e45a3 100644
--- a/indra/newview/lltoastscriptquestion.cpp
+++ b/indra/newview/lltoastscriptquestion.cpp
@@ -97,7 +97,7 @@ void LLToastScriptQuestion::snapToMessageHeight()
S32 required_text_height = new_message_height + new_footer_height + FOOTER_PADDING;
S32 new_text_height = llmin(required_text_height, max_text_height);
- // Footer was invisibe, so use old_message_height for old height
+ // Footer was invisible, so use old_message_height for old height
height_delta = new_text_height - old_message_height;
reshape( getRect().getWidth(), llmax(getRect().getHeight() + height_delta, MIN_PANEL_HEIGHT));
diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml
index 25b459f01b..1860d38b0e 100644
--- a/indra/newview/skins/default/xui/en/strings.xml
+++ b/indra/newview/skins/default/xui/en/strings.xml
@@ -537,7 +537,7 @@ http://secondlife.com/support for help fixing this problem.
<string name="ChangeYourDefaultAnimations">Change your default animations</string>
<string name="ForceSitAvatar">Force your avatar to sit</string>
<string name="ChangeEnvSettings">Change your environment settings</string>
- <string name="PrivilegedLandAccess">Sell land on your behalf.</string>
+ <string name="PrivilegedLandAccess">Sell land on your behalf.</string>
<string name="NotConnected">Not Connected</string>
<string name="AgentNameSubst">(You)</string> <!-- Substitution for agent name -->