diff options
author | nat-goodspeed <nat@lindenlab.com> | 2024-07-09 10:17:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-09 10:17:11 -0400 |
commit | 0b337d5ffec731120adf85da45ceb1ddf5e74621 (patch) | |
tree | f9f875a4ce16ec8c5528aa90d729d0ba8ebf96e4 /indra/newview/skins | |
parent | 66fb45ddc7dd1a994f6b8312687cb73dbb1281dd (diff) | |
parent | ece0f4eb566af937d724f60f934beb6dfcb4d493 (diff) |
Merge pull request #1892 from secondlife/lua-appearance-listener
Lua appearance listener
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml index 76a2660dbb..492b29fbc7 100644 --- a/indra/newview/skins/default/xui/en/strings.xml +++ b/indra/newview/skins/default/xui/en/strings.xml @@ -4028,6 +4028,10 @@ Please check http://status.secondlifegrid.net to see if there is a known problem <string name="DeleteItem">Delete selected item?</string> <string name="EmptyOutfitText">There are no items in this outfit</string> + <string name="OutfitNotFound" value="Couldn't find outfit "/> + <string name="OutfitNotAdded" value="Can't add to COF outfit "/> + <string name="OutfitNotReplaced" value="Can't replace COF with outfit "/> + <string name="SystemFolderNotWorn" value="Can't wear system folder "/> <!-- External editor status codes --> <string name="ExternalEditorNotSet">Select an editor by setting the environment variable LL_SCRIPT_EDITOR or the ExternalEditor setting. |