diff options
author | andreykproductengine <akleshchev@productengine.com> | 2014-07-08 18:20:47 +0300 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2014-07-08 18:20:47 +0300 |
commit | 5af3c90a9e2eac10f78008c0e7af50c85726265b (patch) | |
tree | bdc09a864c093dff66270f99ae375e999dcc6617 /indra/newview/skins | |
parent | 5ae64755f8b01bee831fad34dd2da6607a1a535e (diff) |
MAINT-4086 FIXED Limit the number items "Replace Current Outfit" or "Wear" applies to
Diffstat (limited to 'indra/newview/skins')
-rwxr-xr-x | indra/newview/skins/default/xui/en/notifications.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 0607576fe6..1bc533f701 100755 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -5376,6 +5376,14 @@ Do you want to replace it with the selected object? </notification> <notification + icon="alertmodal.tga" + name="TooManyWearables" + type="alertmodal"> + You can't wear a folder containing more than [AMOUNT] items. You can change this limit in Advanced > Show Debug Settings > WearFolderLimit. + <tag>fail</tag> + </notification> + + <notification icon="alert.tga" label="Do Not Disturb Mode Warning" name="DoNotDisturbModePay" |