mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
put space between "Player 1" and "(robot)"
This commit is contained in:
parent
9367251b33
commit
4d1d7ae7ce
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ public class CurGameInfo {
|
|||
if ( lp.isLocal || serverRole == DeviceRole.SERVER_STANDALONE ) {
|
||||
names[ii] = lp.name;
|
||||
if ( lp.isRobot ) {
|
||||
names[ii] += context.getString( R.string.robot_name );
|
||||
names[ii] += " " + context.getString( R.string.robot_name );
|
||||
}
|
||||
} else {
|
||||
names[ii] = context.getString( R.string.guest_name );
|
||||
|
|
Loading…
Add table
Reference in a new issue