Skip to content

fix: clarify restricted script editor permission message#5899

Open
le989 wants to merge 1 commit into
secondlife:developfrom
le989:fix/restricted-script-permission-message
Open

fix: clarify restricted script editor permission message#5899
le989 wants to merge 1 commit into
secondlife:developfrom
le989:fix/restricted-script-permission-message

Conversation

@le989
Copy link
Copy Markdown

@le989 le989 commented Jun 5, 2026

Description

Updates the restricted-script message so it explains the missing copy/modify permissions directly instead of saying the script was set as "no copy" or "no modify".

This keeps the existing permission checks unchanged and only clarifies the English UI strings used by the live LSL editor and script editor panel.

Related Issue

Fixes #3430

Validation

  • rg -q "You do not have permission to copy or modify this script" indra/newview/skins/default/xui/en/floater_live_lsleditor.xml indra/newview/skins/default/xui/en/panel_script_ed.xml && ! rg -q "has been set as.*no copy.*no modify" indra/newview/skins/default/xui/en/floater_live_lsleditor.xml indra/newview/skins/default/xui/en/panel_script_ed.xml
  • xmllint --noout indra/newview/skins/default/xui/en/floater_live_lsleditor.xml indra/newview/skins/default/xui/en/panel_script_ed.xml

AI Assistance

AI assistance was used with OpenAI GPT-5 Codex. I reviewed the issue, limited the change to the relevant UI strings, and verified the XML and text checks above.

Signed-off-by: le989 <81632674@qq.com>
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 5, 2026

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

@le989
Copy link
Copy Markdown
Author

le989 commented Jun 5, 2026

I have read the CLA Document and I hereby sign the CLA

1 similar comment
Copy link
Copy Markdown
Author

le989 commented Jun 5, 2026

I have read the CLA Document and I hereby sign the CLA

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Incorrect error message on viewing limited permissions script

1 participant