summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2023-10-05 13:39:46 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2023-10-05 13:39:46 +0300
commit085d1bc5327646c85fef1d99223a197dd9cf1e3a (patch)
treec53cd7b23d081e8095a3cca29b1a5b9af1e0dad7 /indra/newview
parent51540713a26e7465e8ce12c546795e7811391e1a (diff)
SL-20406 show wiki link with instructions on how to set up an external editor
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/skins/default/xui/en/strings.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml
index 04b374cb00..2305371596 100644
--- a/indra/newview/skins/default/xui/en/strings.xml
+++ b/indra/newview/skins/default/xui/en/strings.xml
@@ -4000,7 +4000,8 @@ Please check http://status.secondlifegrid.net to see if there is a known problem
<string name="EmptyOutfitText">There are no items in this outfit</string>
<!-- External editor status codes -->
- <string name="ExternalEditorNotSet">Select an editor by setting the environment variable LL_SCRIPT_EDITOR or the ExternalEditor setting.</string>
+ <string name="ExternalEditorNotSet">Select an editor by setting the environment variable LL_SCRIPT_EDITOR or the ExternalEditor setting.
+See https://wiki.secondlife.com/wiki/LSL_Alternate_Editors</string>
<string name="ExternalEditorNotFound">Cannot find the external editor you specified.
Try enclosing path to the editor with double quotes.
(e.g. "/path to my/editor" "%s")</string>