diff options
author | Merov Linden <merov@lindenlab.com> | 2010-10-27 10:53:58 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2010-10-27 10:53:58 -0700 |
commit | 5ad8a2439e0c273d9a088c93f303aecdba560f8a (patch) | |
tree | 835ac1b3abd397db28aa37101554be9c25165526 /indra/newview | |
parent | 8947724baa6d595844daeee2f18c865d1886acc5 (diff) | |
parent | 158bfc563b018ba4e0068ff4202f6d2ad1001aa1 (diff) |
STORM-95 : merge with viewer-development
Diffstat (limited to 'indra/newview')
-rw-r--r-- | 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 83cbcb3344..4ee04b44b6 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -1367,6 +1367,14 @@ Could not find 'data' chunk in WAV header: <notification icon="alertmodal.tga" + name="SoundFileInvalidChunkSize" + type="alertmodal"> +Wrong chunk size in WAV file: +[FILE] + </notification> + + <notification + icon="alertmodal.tga" name="SoundFileInvalidTooLong" type="alertmodal"> Audio file is too long (10 second maximum): |