add empty invitee list string for Bluetooth too

This commit is contained in:
Eric House 2019-04-04 21:32:28 -07:00
parent c5efeb283a
commit 8f6026e633
2 changed files with 3 additions and 1 deletions

View file

@ -140,7 +140,7 @@ public class BTInviteDelegate extends InviteDelegate {
String msg = getQuantityString( R.plurals.invite_bt_desc_fmt_2, m_nMissing, String msg = getQuantityString( R.plurals.invite_bt_desc_fmt_2, m_nMissing,
m_nMissing ) m_nMissing )
+ getString( R.string.invite_bt_desc_postscript ); + 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 ); addButtonBar( R.layout.bt_buttons, BUTTONIDS );

View file

@ -1974,6 +1974,8 @@
\"Import contact\" button to add people you want to invite, the + \"Import contact\" button to add people you want to invite, the +
button to enter numbers directly.</string> 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 --> <!-- Shows in WiFiDirect Invite dialog when no known peers -->
<string name="empty_p2p_inviter">There are currently no devices <string name="empty_p2p_inviter">There are currently no devices
reachable via WiFiDirect that have CrossWords installed.</string> reachable via WiFiDirect that have CrossWords installed.</string>