Skip to content

Commit a104bcd

Browse files
authored
Merge pull request #1979 from CodeBrauer/master
Fix typo in notification
2 parents c2308ad + 519f450 commit a104bcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/fr/adrienbrault/idea/symfony2plugin/util/IdeHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ public void actionPerformed(@NotNull AnActionEvent e, @NotNull Notification noti
161161
}
162162
});
163163

164-
notification.addAction(new NotificationAction("Dont`t show again") {
164+
notification.addAction(new NotificationAction("Don't show again") {
165165
@Override
166166
public void actionPerformed(@NotNull AnActionEvent e, @NotNull Notification notification) {
167167
// user doesnt want to show notification again

0 commit comments

Comments
 (0)