mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 09:47:50 +08:00
simple language: fix SimpleCreatePropertyQuickFix.getFamilyName
This commit is contained in:
parent
4abe9dd22a
commit
6ee677171c
@ -38,13 +38,13 @@ class SimpleCreatePropertyQuickFix extends BaseIntentionAction {
|
||||
@NotNull
|
||||
@Override
|
||||
public String getText() {
|
||||
return "Create property";
|
||||
return "Create property '" + key + "'";
|
||||
}
|
||||
|
||||
@NotNull
|
||||
@Override
|
||||
public String getFamilyName() {
|
||||
return "Simple properties";
|
||||
return "Create property";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user