diff options
author | Jonathan Yap <none@none> | 2011-11-30 05:26:07 -0500 |
---|---|---|
committer | Jonathan Yap <none@none> | 2011-11-30 05:26:07 -0500 |
commit | 93dbcb4dc8b22ebbdd7c97854b3559502c68ed43 (patch) | |
tree | 57a59bb02d2e1d8caa9d63849c0e06a2218341dc /indra | |
parent | d22584bfe51c034076d9e8df01f70628abc22f85 (diff) |
STORM-1719 notifications.xml has two instances where a button shows as "Ok" and Not "OK"
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index e4458f33b1..4e4eea0354 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -6939,7 +6939,7 @@ With the following Residents: <usetemplate name="okcancelbuttons" notext="Cancel" - yestext="Ok"/> + yestext="OK"/> </notification> <notification @@ -7135,7 +7135,7 @@ Mute everyone? <usetemplate ignoretext="Confirm before I mute all participants in a group call" name="okcancelignore" - yestext="Ok" + yestext="OK" notext="Cancel"> <unique/> </usetemplate> |