mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-14 08:01:38 +01:00
rename php scripts so their URLs are a bit more helpful when the user
has to see them, as happens when invitation is send via SMS.
This commit is contained in:
parent
35b2ae0f42
commit
6bd72a54bf
4 changed files with 3 additions and 3 deletions
|
@ -82,7 +82,7 @@
|
||||||
<!-- <string name="default_host">10.0.2.2</string> -->
|
<!-- <string name="default_host">10.0.2.2</string> -->
|
||||||
<string name="dict_url">http://eehouse.org/and_wordlists</string>
|
<string name="dict_url">http://eehouse.org/and_wordlists</string>
|
||||||
<string name="app_version">4.4 beta 34</string>
|
<string name="app_version">4.4 beta 34</string>
|
||||||
<string name="game_url_pathf">//%1$s/redir.php</string>
|
<string name="game_url_pathf">//%1$s/newgame.php</string>
|
||||||
|
|
||||||
<!-- Debugging stuff. No point in localizing it. -->
|
<!-- Debugging stuff. No point in localizing it. -->
|
||||||
<string name="advanced">For debugging</string>
|
<string name="advanced">For debugging</string>
|
||||||
|
|
|
@ -1194,7 +1194,7 @@
|
||||||
<string name="invite_htmf">\u003ca href=\"%1$s\"\u003ETap here to
|
<string name="invite_htmf">\u003ca href=\"%1$s\"\u003ETap here to
|
||||||
accept\u003c/a\u003E my invitation and join this
|
accept\u003c/a\u003E my invitation and join this
|
||||||
game.\u003cbr\u003E \u003ca
|
game.\u003cbr\u003E \u003ca
|
||||||
href=\"http://eehouse.org/market.php\"\u003E
|
href=\"http://eehouse.org/market_redir.php\"\u003E
|
||||||
Tap here to install Crosswords\u003c/a\u003E if you haven\'t
|
Tap here to install Crosswords\u003c/a\u003E if you haven\'t
|
||||||
already.</string>
|
already.</string>
|
||||||
|
|
||||||
|
@ -1203,7 +1203,7 @@
|
||||||
substituted for "%1$s".-->
|
substituted for "%1$s".-->
|
||||||
<string name="invite_txtf">Accept my invitation and join this
|
<string name="invite_txtf">Accept my invitation and join this
|
||||||
game: %1$s . (But install Crosswords first:
|
game: %1$s . (But install Crosswords first:
|
||||||
http://eehouse.org/market.php ).</string>
|
http://eehouse.org/market_redir.php ).</string>
|
||||||
|
|
||||||
<!-- When I've created the invitation, in text or html, I ask
|
<!-- When I've created the invitation, in text or html, I ask
|
||||||
Android to launch an app that can send it, typically an email
|
Android to launch an app that can send it, typically an email
|
||||||
|
|
Loading…
Reference in a new issue