diff --git a/xwords4/linux/linuxmain.c b/xwords4/linux/linuxmain.c index b9cfeb3ba..2f1783f90 100644 --- a/xwords4/linux/linuxmain.c +++ b/xwords4/linux/linuxmain.c @@ -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: