mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
simple language: fix SimpleCreatePropertyQuickFix.getFamilyName
This commit is contained in:
parent
9687dbc25f
commit
8cc5d387ca
@ -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