diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2014-07-17 17:28:36 +0300 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2014-07-17 17:28:36 +0300 |
commit | 8cb0b6308b695d0302cf3cbfebb423a8108f822a (patch) | |
tree | 03e070117a9409f5486434a1857f50de7cf764fb /indra | |
parent | 351621d87347c3c436ea633045fc3f712fbeee5b (diff) |
MAINT-410 FIXED llLoadURL dialog display wrongly includes ? at end of line into URL sent to browser
Diffstat (limited to 'indra')
-rwxr-xr-x | 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 1bc533f701..d606893fc7 100755 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -6988,11 +6988,11 @@ If you stay in this region you will be logged out. name="LoadWebPage" show_toast="false" type="notify"> -Load web page [URL]? +Load web page [URL] ? [MESSAGE] -From object: <nolink>[OBJECTNAME]</nolink>, owner: [NAME]? +From object: <nolink>[OBJECTNAME]</nolink>, owner: [NAME] <tag>confirm</tag> <form name="form"> <button |