mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-27 09:58:45 +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="dict_url">http://eehouse.org/and_wordlists</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. -->
|
||||
<string name="advanced">For debugging</string>
|
||||
|
|
|
@ -1194,7 +1194,7 @@
|
|||
<string name="invite_htmf">\u003ca href=\"%1$s\"\u003ETap here to
|
||||
accept\u003c/a\u003E my invitation and join this
|
||||
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
|
||||
already.</string>
|
||||
|
||||
|
@ -1203,7 +1203,7 @@
|
|||
substituted for "%1$s".-->
|
||||
<string name="invite_txtf">Accept my invitation and join this
|
||||
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
|
||||
Android to launch an app that can send it, typically an email
|
||||
|
|
Loading…
Reference in a new issue