diff options
author | Merov Linden <merov@lindenlab.com> | 2013-06-07 18:05:14 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2013-06-07 18:05:14 -0700 |
commit | 2b138990f8531df51f38e5e15309e1c92483dd05 (patch) | |
tree | 8e8a8d530710b12e894075f12d93b4acd46a63d3 /indra/newview/skins/default/xui | |
parent | bee5369b2f2fc0208b1a0645c2702ed1cea43c55 (diff) |
ACME-508 : Surface facebook connection errors in a modal notification dialog
Diffstat (limited to 'indra/newview/skins/default/xui')
-rwxr-xr-x | indra/newview/skins/default/xui/en/notifications.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 9d1973f267..b0203b5694 100755 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -5442,6 +5442,17 @@ Sorry, the settings couldn't be applied to the region. Leaving the region and t <notification functor="GenericAcknowledge" icon="alertmodal.tga" + name="FacebookCannotConnect" + type="alertmodal"> +Connection to Facebook failed. Reason: [FAIL_REASON]. + <usetemplate + name="okbutton" + yestext="OK"/> + </notification> + + <notification + functor="GenericAcknowledge" + icon="alertmodal.tga" name="EnvCannotDeleteLastDayCycleKey" type="alertmodal"> Unable to delete the last key in this day cycle because you cannot have an empty day cycle. You should modify the last remaining key instead of attempting to delete it and then to create a new one. |