mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-130390 Inspection settings: name of "Reset to Defaults Settings" could be corrected
This commit is contained in:
+2
-2
@@ -95,7 +95,7 @@ public abstract class AdvancedSettingsAction extends AnAction {
|
||||
|
||||
@Override
|
||||
protected JComponent createBaseComponent() {
|
||||
return installLeftIndentToLabel(new JLabel("Reset to Defaults Settings"));
|
||||
return installLeftIndentToLabel(new JLabel("Reset to Default Settings"));
|
||||
}
|
||||
|
||||
@Override
|
||||
@@ -209,4 +209,4 @@ public abstract class AdvancedSettingsAction extends AnAction {
|
||||
}
|
||||
return indent + checkBox.getIconTextGap();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user