Skip to content
Snippets Groups Projects
Commit cf83f0a3 authored by Rider Linden's avatar Rider Linden
Browse files

MAINT-6756: Added ForceSitAvatar to the list of things an Exp can do in the dialog.

parent bee93304
No related branches found
No related tags found
No related merge requests found
...@@ -6601,6 +6601,11 @@ void process_script_question(LLMessageSystem *msg, void **user_data) ...@@ -6601,6 +6601,11 @@ void process_script_question(LLMessageSystem *msg, void **user_data)
if (("ScriptTakeMoney" == script_perm.question) && has_not_only_debit) if (("ScriptTakeMoney" == script_perm.question) && has_not_only_debit)
continue; continue;
if (script_perm.question == "JoinAnExperience")
{ // Some experience only permissions do not have an explicit permission bit. Add them here.
script_question += " " + LLTrans::getString("ForceSitAvatar") + "\n";
}
script_question += " " + LLTrans::getString(script_perm.question) + "\n"; script_question += " " + LLTrans::getString(script_perm.question) + "\n";
} }
} }
......
...@@ -499,6 +499,7 @@ Please try logging in again in a minute.</string> ...@@ -499,6 +499,7 @@ Please try logging in again in a minute.</string>
<string name="TeleportYourAgent">Teleport you</string> <string name="TeleportYourAgent">Teleport you</string>
<string name="ManageEstateSilently">Manage your estates silently</string> <string name="ManageEstateSilently">Manage your estates silently</string>
<string name="ChangeYourDefaultAnimations">Change your default animations</string> <string name="ChangeYourDefaultAnimations">Change your default animations</string>
<string name="ForceSitAvatar">Force your avatar to sit</string>
<string name="NotConnected">Not Connected</string> <string name="NotConnected">Not Connected</string>
<string name="AgentNameSubst">(You)</string> <!-- Substitution for agent name --> <string name="AgentNameSubst">(You)</string> <!-- Substitution for agent name -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment