mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-05 01:56:21 +00:00
Adjust "merging X onto Y" output.
This commit is contained in:
parent
fbcc06dcda
commit
07915002bb
@ -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)
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user