mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-22 07:28:16 +01:00
add empty invitee list string for Bluetooth too
This commit is contained in:
parent
c5efeb283a
commit
8f6026e633
2 changed files with 3 additions and 1 deletions
|
@ -140,7 +140,7 @@ public class BTInviteDelegate extends InviteDelegate {
|
|||
String msg = getQuantityString( R.plurals.invite_bt_desc_fmt_2, m_nMissing,
|
||||
m_nMissing )
|
||||
+ getString( R.string.invite_bt_desc_postscript );
|
||||
super.init( msg, 0 );
|
||||
super.init( msg, R.string.empty_bt_inviter );
|
||||
|
||||
addButtonBar( R.layout.bt_buttons, BUTTONIDS );
|
||||
|
||||
|
|
|
@ -1974,6 +1974,8 @@
|
|||
\"Import contact\" button to add people you want to invite, the +
|
||||
button to enter numbers directly.</string>
|
||||
|
||||
<string name="empty_bt_inviter">No paired devices detected yet.</string>
|
||||
|
||||
<!-- Shows in WiFiDirect Invite dialog when no known peers -->
|
||||
<string name="empty_p2p_inviter">There are currently no devices
|
||||
reachable via WiFiDirect that have CrossWords installed.</string>
|
||||
|
|
Loading…
Reference in a new issue