diff options
| author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2013-06-06 19:15:49 +0300 | 
|---|---|---|
| committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2013-06-06 19:15:49 +0300 | 
| commit | d952a1b5fc883debc12d64f78a9df43987976499 (patch) | |
| tree | 37ff0f1c468d8eb27f1471b199efda6b5bc111a4 | |
| parent | 64fc027a0bd87be0629ef95a5b7d0ab736c97a9e (diff) | |
CHUI-975 Fixed apostrophes
| -rwxr-xr-x | 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 7c4ad2b819..6ed5f6b2cc 100755 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -5954,7 +5954,7 @@ Your calling card was declined.     icon="notifytip.tga"     name="TeleportToPerson"     type="notifytip"> -    To open a private conversation with someone, right-click on their avatar and choose "IM" from the menu. +    To open a private conversation with someone, right-click on their avatar and choose 'IM' from the menu.    </notification>    <notification | 
