[llm] Declare the text attribute for internal actions in plugin.xml

instead of using property files, as we do not intend to localize all internal actions.

IJ-CR-120022

GitOrigin-RevId: bdf91572dd59128131e54537f382851acf29a762
This commit is contained in:
Andrey Cherkasov
2023-11-18 19:27:26 +04:00
committed by intellij-monorepo-bot
parent 6aa99c045c
commit f6af5745f7

View File

@@ -662,6 +662,5 @@ error.unnamed.variable.without.initializer=Unnamed variable declaration must hav
intention.family.name.move.members.into.class=Move members into class
chooser.popup.title.select.class.to.move.members.to=Select Target Class
intention.family.name.move.members.to=Move members to {0}
action.StatisticCollectorAction.text=Collect Documentation Data
inspection.message.can.be.replaced.with.long.hashcode=Can be replaced with 'Long.hashCode()'
inspection.name.can.be.replaced.with.long.hashcode='Long.hashCode()' can be used