mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
Tweak text around locating host device
This commit is contained in:
parent
9011b25907
commit
202e73ae27
3 changed files with 5 additions and 3 deletions
|
@ -33,7 +33,8 @@
|
|||
{ "STR_REG_UNEXPECTED_USER", "Attempt to register unexpected user refused" },
|
||||
{ "STR_REG_NEED_REMOTE", "Please make one or more players Remote when "
|
||||
"playing as Host." },
|
||||
{ "STR_REG_BT_NEED_HOST", "Please provide the Host's Bluetooth name." },
|
||||
{ "STR_REG_BT_NEED_HOST", "Please locate the device where Crosswords is "
|
||||
"running as Host." },
|
||||
{ "STR_RESEND_STANDALONE", "This is a standalone game. There is nothing "
|
||||
"to resend." },
|
||||
#endif
|
||||
|
|
|
@ -38,7 +38,8 @@
|
|||
{ "STR_REG_NEED_REMOTE", "Please make one or more players Remote when "
|
||||
"playing as Host." },
|
||||
/* Needs translation */
|
||||
{ "STR_REG_BT_NEED_HOST", "Please provide the Host's Bluetooth name." },
|
||||
{ "STR_REG_BT_NEED_HOST", "Please locate the device where Crosswords is "
|
||||
"running as Host." },
|
||||
{ "STR_RESEND_STANDALONE", "C'est une partie en solo. Il n'y a rien "
|
||||
"à renvoyer." },
|
||||
#endif
|
||||
|
|
|
@ -302,7 +302,7 @@ BEGIN
|
|||
NONUSABLE POPUPLIST XW_CONNS_TYPE_TRIGGER_ID XW_CONNS_TYPE_LIST_ID
|
||||
|
||||
#ifdef XWFEATURE_BLUETOOTH
|
||||
LABEL "Host name:" XW_CONNS_BT_HOSTNAME_LABEL_ID
|
||||
LABEL "Host device:" XW_CONNS_BT_HOSTNAME_LABEL_ID
|
||||
AT ( LEFTCOL LOCALIP_TOP+5 ) NONUSABLE
|
||||
SELECTORTRIGGER "Find host..." XW_CONNS_BT_HOSTTRIGGER_ID \
|
||||
AT (CONNS_FIELD_LEFT PREVTOP 70 AUTO) NONUSABLE LEFTANCHOR
|
||||
|
|
Loading…
Reference in a new issue