1
0
forked from 0ad/0ad

s/IRC/Chat/, clarified tooltip.

This was SVN commit r12516.
This commit is contained in:
Deiz 2012-08-23 06:59:16 +00:00
parent 5b218ca4b0
commit 8facd45803

View File

@ -497,10 +497,10 @@ Get involved at: wildfiregames.com/0ad
<object type="button" <object type="button"
style="StoneButton" style="StoneButton"
tooltip_style="pgToolTip" tooltip_style="pgToolTip"
tooltip="Click to chat in IRC. (#0ad at webchat.quakenet.org)" tooltip="Click to open the 0 A.D. IRC chat in your browser. (#0ad on webchat.quakenet.org)"
size="50%+4 100%-36 100%-8 100%-8" size="50%+4 100%-36 100%-8 100%-8"
> >
IRC Chat
<action on="Press"><![CDATA[ <action on="Press"><![CDATA[
var url = "http://webchat.quakenet.org/?channels=0ad"; var url = "http://webchat.quakenet.org/?channels=0ad";
Engine.OpenURL(url); Engine.OpenURL(url);