diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2016-09-12 12:04:05 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2016-09-12 12:04:05 +0300 |
commit | 94f65c53a1f7db6c01fa19fe3ca7cf1fc4351b0e (patch) | |
tree | 7707942dc459d30f8a46dfa811dfc6c17f097282 /indra/newview/skins/default/xui | |
parent | 8bb95eb8f80bd1c19fc24741cb612ff89ed8ed43 (diff) |
SL-444 Add Abuse Report Submision Confirmation Pop up
Diffstat (limited to 'indra/newview/skins/default/xui')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 864832062a..66a08da8c4 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -5876,7 +5876,20 @@ You cannot undo this action. notext="Cancel" yestext="Unlink"/> </notification> - + + <notification + icon="alertmodal.tga" + name="HelpReportAbuseConfirm" + type="alertmodal"> + <unique/> +Thank you for taking the time to inform us of this issue. +We will review your report for possible violations and take +the appropriate action. + <usetemplate + name="okbutton" + yestext="OK"/> + </notification> + <notification icon="alertmodal.tga" name="HelpReportAbuseSelectCategory" |