diff options
author | dolphin <dolphin@lindenlab.com> | 2014-05-07 16:48:45 -0700 |
---|---|---|
committer | dolphin <dolphin@lindenlab.com> | 2014-05-07 16:48:45 -0700 |
commit | d331db79c2a1f07f9919703677b44d4664c36509 (patch) | |
tree | fbfbbf3c9b710bc512b90059d06f47aa5b8fbe92 /indra/newview/skins | |
parent | d14673988d0d26e5029f8f921bf00cce63e4f767 (diff) |
Build>Scripts>Recompile Scripts now will skip Experience scripts that the agent
can not contribute to and will keep Experience association otherwise.
Diffstat (limited to 'indra/newview/skins')
-rwxr-xr-x | indra/newview/skins/default/xui/en/strings.xml | 3 |
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 a45aaa2e99..ef6877b5fa 100755 --- a/indra/newview/skins/default/xui/en/strings.xml +++ b/indra/newview/skins/default/xui/en/strings.xml @@ -2464,7 +2464,8 @@ The [[MARKETPLACE_CREATE_STORE_URL] Marketplace store] is returning errors. <string name="CompileQueueProblemDownloading">Problem downloading</string> <string name="CompileQueueInsufficientPermDownload">Insufficient permissions to download a script.</string> <string name="CompileQueueInsufficientPermFor">Insufficient permissions for</string> - <string name="CompileQueueUnknownFailure">Unknown failure to download</string> + <string name="CompileQueueUnknownFailure">Unknown failure to download</string> + <string name="CompileNoExperiencePerm">Skipping script [SCRIPT] with Experience [EXPERIENCE].</string> <string name="CompileQueueTitle">Recompilation Progress</string> <string name="CompileQueueStart">recompile</string> <string name="ResetQueueTitle">Reset Progress</string> |