cmake theme localization: do not use english word
This commit is contained in:
parent
fa76dcdf76
commit
c9eb7a1380
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ def theme():
|
|||
performing, "normal,normal,bold,normal"],
|
||||
# make errors
|
||||
[ "make\[[0-9]+\].*", "yellow"],
|
||||
[ "(make:.*)(Error [0-9]+)", "red", "normal,bold"]
|
||||
[ "(make: \*\*\* \[.+\] )(.* [0-9]+)", "red", "normal,bold"]
|
||||
]
|
||||
|
||||
# Percentages: rainbow from magenta to red, depending on the number
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue