diff options
author | Justin C. Rounds (Chuck) <chuck@lindenlab.com> | 2009-10-29 14:28:12 -0400 |
---|---|---|
committer | Justin C. Rounds (Chuck) <chuck@lindenlab.com> | 2009-10-29 14:28:12 -0400 |
commit | e4d03c75fbabf05646fb24a086a6082b0161658f (patch) | |
tree | af926635b17712615c665e753354ca07d7c92ace /indra/newview/skins/default/xui/en/notifications.xml | |
parent | 069ac005a9e6cc83f82fd17059bde9944687f924 (diff) |
Made toast notifications closer to spec. http://jira.secondlife.com/browse/EXT-1673
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 7d2ef4923e..c384f9f473 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -5837,15 +5837,11 @@ An object named [OBJECTFROMNAME] owned by (an unknown Resident) has given you a <button index="0" name="Keep" - text="OK"/> + text="Accept"/> <button index="1" name="Discard" - text="Cancel"/> - <button - index="2" - name="Mute" - text="Block"/> + text="No, thanks"/> </form> </notification> |