1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-11-05 09:56:22 +00:00

Adjust "merging X onto Y" output.

This commit is contained in:
hacksalot 2016-01-24 05:35:07 -05:00
parent fbcc06dcda
commit 07915002bb
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ events:
msg: Verifying outputs: ??? msg: Verifying outputs: ???
beforeMerge: beforeMerge:
msg: msg:
- Merging **%s** - "Merging **%s**"
- " onto **%s**" - " onto **%s**"
applyTheme: applyTheme:
msg: Applying **%s** theme (**%s** format%s) msg: Applying **%s** theme (**%s** format%s)

View File

@ -101,7 +101,7 @@ Output routines for HackMyResume.
this.msgs.beforeMerge.msg[1] ), a.file this.msgs.beforeMerge.msg[1] ), a.file
); );
}, this); }, this);
L( M2C(msg, evt.mixed ? 'yellow' : 'green') ); L( M2C(msg, evt.mixed ? 'yellow' : 'gray', 'white.dim') );
break; break;
case HME.afterMerge: case HME.afterMerge: