Skip to content

Commit d3ee5cf

Browse files
committed
Fix typo in dice error message
1 parent a4582e1 commit d3ee5cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DXMainClient/DXGUI/Multiplayer/GameLobby/MultiplayerGameLobby.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ private void RollDiceCommand(string dieType)
515515

516516
if (dieCount > MAX_DICE || dieCount < 1)
517517
{
518-
AddNotice("You can only between 1 to 10 dies at once.".L10N("Client:Main:ChatboxCommandRollInvalid2"));
518+
AddNotice("You can only between 1 to 10 dice at once.".L10N("Client:Main:ChatboxCommandRollInvalid2"));
519519
return;
520520
}
521521

0 commit comments

Comments
 (0)