Correction of message key test long run command

This commit is contained in:
2016-06-09 19:09:17 -04:00
parent edc9c2070f
commit 3ac978bdc1
4 changed files with 39 additions and 18 deletions

View File

@@ -83,7 +83,7 @@ public class CommandProvider implements ICommandProvider {
}
}
throw new CommandRunException(
Messages.getString("CommandProvider.unrecognized0", cmd)); //$NON-NLS-1$
Messages.getString("CommandProvider.unrecognized", cmd)); //$NON-NLS-1$
}
/* (non-Javadoc)