File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -691,7 +691,7 @@ private void StatusUpdate(IPatchProgress progress)
691
691
status = "ModuleManager: " + progress . Counter . patchedNodes + " patch" + ( progress . Counter . patchedNodes != 1 ? "es" : "" ) + " applied" ;
692
692
693
693
if ( progress . Counter . warnings > 0 )
694
- status += ", found <color=yellow>" + progress . Counter . warnings + " warning" + ( progress . Counter . warnings != 1 ? "s" : "" ) + "</yellow >" ;
694
+ status += ", found <color=yellow>" + progress . Counter . warnings + " warning" + ( progress . Counter . warnings != 1 ? "s" : "" ) + "</color >" ;
695
695
696
696
if ( progress . Counter . errors > 0 )
697
697
status += ", found <color=orange>" + progress . Counter . errors + " error" + ( progress . Counter . errors != 1 ? "s" : "" ) + "</color>" ;
You can’t perform that action at this time.
0 commit comments