diff options
Diffstat (limited to 'indra/newview/skins')
| -rwxr-xr-x | indra/newview/skins/default/xui/en/notifications.xml | 5 | ||||
| -rwxr-xr-x | indra/newview/skins/default/xui/en/strings.xml | 16 | 
2 files changed, 16 insertions, 5 deletions
| diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 28565a85c6..5cd050bfba 100755 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -7783,9 +7783,8 @@ Select residents to share with.      name="MeshUploadError"      icon="alert.tga"      type="alert"> -    [LABEL] failed to upload: [MESSAGE] [IDENTIFIER]  - -See the log file for details. +      [LABEL] failed to upload: [MESSAGE] [IDENTIFIER] +[DETAILS]See SecondLife.log for details    </notification>    <notification diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml index f77678e5f8..df5a0accff 100755 --- a/indra/newview/skins/default/xui/en/strings.xml +++ b/indra/newview/skins/default/xui/en/strings.xml @@ -4046,5 +4046,17 @@ Try enclosing path to the editor with double quotes.    <string name="loading_chat_logs">      Loading...    </string> -   -  </strings> + +  <string name="Mav_Details_MAV_FOUND_DEGENERATE_TRIANGLES"> +      The physics shape contains triangles which are too small. Try simplifying the physics model. +  </string> + +  <string name="Mav_Details_MAV_CONFIRMATION_DATA_MISMATCH"> +      The physics shape contains bad confirmation data. Try to correct the physics model. +  </string> + +  <string name="Mav_Details_MAV_UNKNOWN_VERSION"> +      The physics shape does not have correct version. Set the correct version for the physics model. +  </string> + +</strings> | 
