We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4582e1 commit d3ee5cfCopy full SHA for d3ee5cf
1 file changed
DXMainClient/DXGUI/Multiplayer/GameLobby/MultiplayerGameLobby.cs
@@ -515,7 +515,7 @@ private void RollDiceCommand(string dieType)
515
516
if (dieCount > MAX_DICE || dieCount < 1)
517
{
518
- AddNotice("You can only between 1 to 10 dies at once.".L10N("Client:Main:ChatboxCommandRollInvalid2"));
+ AddNotice("You can only between 1 to 10 dice at once.".L10N("Client:Main:ChatboxCommandRollInvalid2"));
519
return;
520
}
521
0 commit comments