Fix error message colouring when there are no reports to handle

This commit is contained in:
Keir Nellyer 2016-10-14 19:14:50 +01:00
parent 64bb01c92f
commit 1ab646bbda
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ public class ReportHandlePage extends SimpleGui implements ReportCategoryCallbac
}
else
{
UtilPlayer.message(_handler, F.main(_plugin.getName(), C.cRed + "No open " + F.elem(category.getName()) + " report(s) found."));
UtilPlayer.message(_handler, F.main(_plugin.getName(), "No open " + F.elem(category.getName()) + " report(s) found."));
}
}));
}