Try your search with a different keyword or use * as a wildcard.
@{
Layout = "";
}
@model Nop.Plugin.Payments.CheckMoneyOrder.Models.PaymentInfoModel
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td>
@Html.Raw(Model.DescriptionText)
</td>
</tr>
</table>