Skip to content

Commit e0d224c

Browse files
committed
Update Notifications.kt
1 parent fa3ef8d commit e0d224c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/ui/Notifications.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ object GotItTooltipActivity : StartupActivity {
172172
val shortcutText = KeymapUtil.getShortcutText(shortcut)
173173
val message = GotItMessage.createMessage("UTBot is ready!",
174174
"<div style=\"font-size:${JBFont.label().biggerOn(2.toFloat()).size}pt;\">" +
175-
"You can get test coverage for methods, Java classes<br>and even for whole source roots<br> with <b>$shortcutText</b></div>")
175+
"You can get test coverage for methods, Java classes,<br>and even for whole source roots<br> with <b>$shortcutText</b></div>")
176176
message.setCallback { PropertiesComponent.getInstance().setValue(KEY, true) }
177177
WindowManager.getInstance().getFrame(project)?.rootPane?.let {
178178
message.show(RelativePoint(it, Point(it.width, it.height)), Balloon.Position.above)

0 commit comments

Comments
 (0)