diff options
author | Merov Linden <merov@lindenlab.com> | 2015-01-15 22:22:22 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2015-01-15 22:22:22 -0800 |
commit | 162d33dec4444c97837eba7e64eff964389d5987 (patch) | |
tree | 45db8818dd3f751287496faf3a9211b828b238db /indra/newview/skins/default/xui | |
parent | 95154a75b50c4113641842c1203210f54f038df5 (diff) |
DD-303 : Auto activate version folder when only one present on creation or association
Diffstat (limited to 'indra/newview/skins/default/xui')
-rwxr-xr-x | indra/newview/skins/default/xui/en/notifications.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 6c97772d85..75be55061f 100755 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -474,6 +474,18 @@ This listing could not be updated. </notification> <notification + icon="alertmodal.tga" + name="AlertMerchantListingActivateRequired" + type="alertmodal"> + There are several or no version folders in this listing. You will need to select and activate one independently later. + <tag>confirm</tag> + <usetemplate + ignoretext="Alert about version folder activation when I create a listing with several version folders" + name="okignore" + yestext="OK"/> + </notification> + + <notification icon="alertmodal.tga" name="CompileQueueSaveText" type="alertmodal"> |