mirror of
https://github.com/chylex/IntelliJ-Rainbow-Brackets.git
synced 2025-05-13 09:34:03 +02:00
minor: fix mispell in notification message (#988)
This commit is contained in:
parent
a014d4071a
commit
ca581dedd6
@ -46,7 +46,7 @@ abstract class RainbowHighlightVisitor : HighlightVisitor {
|
||||
|
||||
val notification = group.createNotification(
|
||||
"Rainbowify big files is disabled by default",
|
||||
"File with line count > 1000 will not rainbowify be default. If you still want to rainbowify it, please config it in <b>Settings > Other Settings > Rainbow Brackets > Do NOT rainbowify big files</b>",
|
||||
"File with line count > 1000 will not rainbowify by default. If you still want to rainbowify it, please config it in <b>Settings > Other Settings > Rainbow Brackets > Do NOT rainbowify big files</b>",
|
||||
NotificationType.INFORMATION
|
||||
)
|
||||
|
||||
@ -132,4 +132,4 @@ fun PsiElement.getLineCount(): Int {
|
||||
}
|
||||
|
||||
return StringUtil.getLineBreakCount(text ?: "") + 1
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user