diff options
| author | Chris Baker <baker@lindenlab.com> | 2012-09-24 19:05:37 +0000 | 
|---|---|---|
| committer | Chris Baker <baker@lindenlab.com> | 2012-09-24 19:05:37 +0000 | 
| commit | adce92282bd190f97b377512ce76fe375e0f115a (patch) | |
| tree | 7e9734d54a133e927c836dd3c7415c8020447775 | |
| parent | cc342c1afc4a63caaffdfc6397d0c237e90d6194 (diff) | |
Fixed a localized message that wasn't correct.
| -rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 8c3cdccbdb..232ed2dcb4 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -9133,7 +9133,7 @@ You have been teleported by the object '[OBJECT_NAME]' owned by [OWNER_ID]     name="TeleportedByObjectUnknownUser"     type="notify">     <tag>fail</tag> -You have been teleported by the object '[OBJECT_NAME]' +You have been teleported by the object '[OBJECT_NAME]' owned by an unknown user.    </notification>    <notification | 
