summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/strings.xml
diff options
context:
space:
mode:
authormaxim_productengine <mnikolenko@productengine.com>2019-05-09 15:19:37 +0300
committermaxim_productengine <mnikolenko@productengine.com>2019-05-09 15:19:37 +0300
commit4af78ca09ebb8115bd70e0c3cc8f7f2cd3a0c9ed (patch)
tree11167a4fb5f1d062df46f6ff9021c2bbbf5cf193 /indra/newview/skins/default/xui/en/strings.xml
parentb41ebb7bea9a30d5824c8adc7c86d7d270b2b72d (diff)
SL-11121 FIXED Viewer crashes after clicking the 'Edit' button in the notecard floater
Diffstat (limited to 'indra/newview/skins/default/xui/en/strings.xml')
-rw-r--r--indra/newview/skins/default/xui/en/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml
index 1e4ab75d66..982e26ae58 100644
--- a/indra/newview/skins/default/xui/en/strings.xml
+++ b/indra/newview/skins/default/xui/en/strings.xml
@@ -3936,7 +3936,7 @@ 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 using the ExternalEditor setting.</string>
+ <string name="ExternalEditorNotSet">Select an editor by setting the environment variable LL_SCRIPT_EDITOR or the ExternalEditor setting.</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>