From 4628051801a5c5297e5bab51d75b28b57b1f5cf5 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Wed, 25 Mar 2015 21:51:54 +0100 Subject: -better comments -add translation feature for diceCommand. --- diceparser.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'diceparser.cpp') diff --git a/diceparser.cpp b/diceparser.cpp index 56fa72e..1e23c6b 100644 --- a/diceparser.cpp +++ b/diceparser.cpp @@ -63,7 +63,7 @@ DiceParser::DiceParser() m_aliasMap = new QMap; m_aliasMap->insert("l5r","D10k"); - m_aliasMap->insert("l5R","D10e10k"); + m_aliasMap->insert("l5R","D10K"); m_aliasMap->insert("nwod","D10e10c[>7]"); m_aliasMap->insert("nwod","D10e10c[>7]"); @@ -72,8 +72,8 @@ DiceParser::DiceParser() m_commandList = new QStringList(); - m_commandList->append("help"); - m_commandList->append("la"); + m_commandList->append(tr("help")); + m_commandList->append(tr("la")); } -- cgit v1.2.3-70-g09d2