mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
tweak sms plan confirmation text
This commit is contained in:
parent
3641799c4e
commit
ade5a84e2d
2 changed files with 12 additions and 10 deletions
|
@ -243,7 +243,7 @@
|
|||
</string-array>
|
||||
|
||||
<string-array name="confirm_sms_reasons">
|
||||
<item>@string/confirm_sms_noclue</item>
|
||||
<item>@string/confirm_sms_leave</item>
|
||||
<item>@string/confirm_sms_unlimited</item>
|
||||
<item>@string/confirm_sms_willpay</item>
|
||||
</string-array>
|
||||
|
|
|
@ -1979,15 +1979,17 @@
|
|||
<string name="enable_sms">Allow games via SMS</string>
|
||||
<string name="enable_sms_summary">Only if you have unlimited texting!</string>
|
||||
|
||||
<string name="confirm_sms_title">Confirm SMS plan</string>
|
||||
<string name="confirm_sms_expl">Warning: A single game over SMS
|
||||
may cause 50 text messages to be sent. Unless you have an
|
||||
unlimited plan these may cost you up to 50 cents each. How will
|
||||
you deal with this? (If it isn\'t clear, you SHOULD NOT ENABLE this
|
||||
feature unless you have unlimited texting.)</string>
|
||||
<string name="confirm_sms_noclue">Leave disabled</string>
|
||||
<string name="confirm_sms_unlimited">I have an unlimited texting plan</string>
|
||||
<string name="confirm_sms_willpay">I will happily pay all charges</string>
|
||||
<string name="confirm_sms_title">Confirm your SMS plan</string>
|
||||
<string name="confirm_sms_expl">Warning: This feature is meant for
|
||||
phones with unlimited texting plans. Once you enable it dozens of
|
||||
SMS (text) messages will be sent (invisibly) for each game
|
||||
played. If you don\'t have an unlimited plan your carrier may
|
||||
charge you for each and every one!\n\nShould play via SMS be
|
||||
enabled?</string>
|
||||
<string name="confirm_sms_prompt">Enable play via SMS?</string>
|
||||
<string name="confirm_sms_leave">No: leave disabled</string>
|
||||
<string name="confirm_sms_unlimited">Yes: I have unlimited texting</string>
|
||||
<string name="confirm_sms_willpay">Yes: I\'ll pay all carrier charges</string>
|
||||
|
||||
<string name="warn_sms_disabled">Play via SMS is currently
|
||||
disabled, so no moves will be sent for this game. (If you want to
|
||||
|
|
Loading…
Reference in a new issue