new prefs key and string for not-again help dlg for chat

This commit is contained in:
Andy2 2010-10-21 06:31:28 -07:00
parent 848c1493fd
commit 5599f91232
2 changed files with 8 additions and 5 deletions

View file

@ -39,6 +39,7 @@
<string name="key_connect_frequency">key_connect_frequency</string>
<string name="key_notagain_sync">key_notagain_sync</string>
<string name="key_notagain_chat">key_notagain_chat</string>
<string name="relayids_extra">org.eehouse.android.xw4.relayids_extra</string>

View file

@ -394,10 +394,12 @@
<string name="button_notagain">Do not show again</string>
<string name="not_again_sync">This action connects to the relay
server on behalf of any connected games to see if there are any
moves or other messages pending from other devices in the game.
If so the games will be redrawn with a sync icon on the
left.</string>
<string name="not_again_sync">This action checks the relay for
pending moves for all games. Games with pending moves are
flagged. When you open the game the new moves will be
downloaded.</string>
<string name="not_again_chat">Crosswords is not a f*cking chat
client!!!</string>
</resources>