summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2011-08-31 18:24:56 -0600
committerXiaohong Bao <bao@lindenlab.com>2011-08-31 18:24:56 -0600
commit18b47df3e27bcd93a41699c166deb3df39767963 (patch)
tree49d5bb8721f19913291ff654e9d02863016830e8
parent5e5869c63a05e3d773fc4d19deaff171efa5014c (diff)
fix for SH-2367: Model upload errors are not displayed
-rwxr-xr-xindra/newview/skins/default/xui/en/floater_model_preview.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_model_preview.xml b/indra/newview/skins/default/xui/en/floater_model_preview.xml
index 259d2e70b6..522ffa7232 100755
--- a/indra/newview/skins/default/xui/en/floater_model_preview.xml
+++ b/indra/newview/skins/default/xui/en/floater_model_preview.xml
@@ -4,8 +4,8 @@
name="Model Preview" title="Upload Model" width="620"
help_topic="upload_model" >
- <string name="status_idle">Idle</string>
- <string name="status_parse_error">Dae parsing issue - see log for details.</string>
+ <string name="status_idle"></string>
+ <string name="status_parse_error">Error: Dae parsing issue - see log for details.</string>
<string name="status_reading_file">Loading...</string>
<string name="status_generating_meshes">Generating Meshes...</string>
<string name="status_vertex_number_overflow">Error: Vertex number is more than 65534, aborted!</string>
@@ -112,6 +112,8 @@
visible="false">
You will not be able to complete the final upload of this model to the Second Life servers. [[VURL] Find out how] to get enabled for mesh model uploads.</text>
+ <text text_color="Yellow" left="10" bottom_delta="0" width="290" height="15" follows="bottom|left|right" name="status">[STATUS]</text>
+
<text
height="26"
top_pad="5"