diff options
author | andreykproductengine <akleshchev@productengine.com> | 2017-04-03 18:35:21 +0300 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2017-04-03 18:35:21 +0300 |
commit | 5580080276bd120a65d49267fc10e08c92706e1e (patch) | |
tree | 73067b1975855755a225c92461b77b06bea8f9ea /indra/newview/skins/default | |
parent | ab927f7991acb9fb0b005f786b21cfe073192c2e (diff) |
MAINT-7274 Placeholder text shouldn't be shown
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 3fcd91f89b..feadf5e3b6 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -8508,12 +8508,22 @@ Select residents to share with. </notification> <notification - name="MeshUploadError" + name="MeshUploadErrorDetails" icon="alert.tga" type="alert"> [LABEL] failed to upload: [MESSAGE] [IDENTIFIER] [DETAILS]See SecondLife.log for details </notification> + + <notification + name="MeshUploadError" + icon="alert.tga" + type="alert"> + [LABEL] failed to upload: [MESSAGE] +[IDENTIFIER] + +See SecondLife.log for details + </notification> <notification name="MeshUploadPermError" |