mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-16 15:41:16 +01:00
Add strings for error codes for relay disconnect events.
This commit is contained in:
parent
460cda0390
commit
238036ff9d
1 changed files with 5 additions and 3 deletions
|
@ -164,9 +164,11 @@ linux_getErrString( UtilErrID id )
|
|||
case ERR_CANT_UNDO_TILEASSIGN:
|
||||
message = "Tile assignment can't be undone.";
|
||||
break;
|
||||
case ERR_RELAY_ERROR:
|
||||
message = "Problem communicating with the relay. Maybe it's "
|
||||
"overloaded or is expecting a newer version of Crosswords";
|
||||
case ERR_RELAY_BASE + XWRELAY_ERROR_TIMEOUT:
|
||||
message = "The relay timed you out; maybe the other players didn't show.";
|
||||
break;
|
||||
case ERR_RELAY_BASE + XWRELAY_ERROR_HEART:
|
||||
message = "You were disconnected from relay because it didn't hear from you in too long.";
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue