mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
new prefs key and string for not-again help dlg for chat
This commit is contained in:
parent
848c1493fd
commit
5599f91232
2 changed files with 8 additions and 5 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue