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