mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-15 15:41:24 +01:00
include visible URLs in parens since something about mailing seems to be
breaking them inside <a> tags so there's something for a user to tap.
This commit is contained in:
parent
7c9519f80f
commit
88986b49d5
1 changed files with 5 additions and 5 deletions
|
@ -1190,12 +1190,12 @@
|
|||
substituted for "%1$s". (The funky \u003c and friends are
|
||||
encodings for the greater-than and less-than symbols which
|
||||
are not legal in xml strings.)-->
|
||||
<string name="invite_htmf">\u003ca href=\"%1$s\"\u003ETap here to
|
||||
accept\u003c/a\u003E my invitation and join this
|
||||
<string name="invite_htmf">\u003ca href=\"%1$s\"\u003ETap
|
||||
here\u003c/a\u003E (%1$s) to accept my invitation and join this
|
||||
game.\u003cbr\u003E \u003ca
|
||||
href=\"http://eehouse.org/market_redir.php\"\u003E
|
||||
Tap here to install Crosswords\u003c/a\u003E if you haven\'t
|
||||
already.</string>
|
||||
href=\"http://eehouse.org/market_redir.php\"\u003E Tap
|
||||
here\u003c/a\u003E (http://eehouse.org/market_redir.php) to
|
||||
install Crosswords if you haven\'t already.</string>
|
||||
|
||||
<!-- This is the body of the text version of the invitation. A URL
|
||||
is created with parameters describing the game and
|
||||
|
|
Loading…
Reference in a new issue