diff options
author | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2010-01-20 13:16:23 +0200 |
---|---|---|
committer | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2010-01-20 13:16:23 +0200 |
commit | 284279966be66323418d5aaaaf96d16d90a12c8a (patch) | |
tree | 3514545fed768d9e552630e957830cce0cdb662e /indra/newview/skins/default/xui/en/notifications.xml | |
parent | f53f65cc1a90673af0b7dde970c175ed9acd60fc (diff) |
Fixed normal bug EXT-4476 - Classfield appears in classfield accordeon after error message about money scarcity has been closed.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 1ec004b194..e5933816ef 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -770,6 +770,16 @@ Save changes to classified [NAME]? notext="Don't Save" yestext="Save"/> </notification> + + <notification + icon="alertmodal.tga" + name="ClassifiedInsuffisientFunds" + type="alertmodal"> +Insuffisient funds to create classified. + <usetemplate + name="okbutton" + yestext="OK"/> + </notification> <notification icon="alertmodal.tga" |