mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
add string for undo assign error
This commit is contained in:
parent
4ebc603cf7
commit
6edeb9543a
1 changed files with 4 additions and 0 deletions
|
@ -1668,6 +1668,10 @@ ce_util_userError( XW_UtilCtxt* uc, UtilErrID id )
|
|||
case ERR_TOO_FEW_TILES_LEFT_TO_TRADE:
|
||||
message = "Too few tiles left to trade.";
|
||||
break;
|
||||
case ERR_CANT_UNDO_TILEASSIGN:
|
||||
message = "Tile assignment can't be undone.";
|
||||
break;
|
||||
|
||||
default:
|
||||
message = "unknown errorcode ID!!!";
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue