ML in SE: Fix title of "dump ml features" action (IJPL-157320)

GitOrigin-RevId: fe8fe8ff198d4cfffbbe671aa45583ff033c8107
This commit is contained in:
Adam Malek
2024-06-26 13:32:49 +02:00
committed by intellij-monorepo-bot
parent 2317f2b12d
commit edba491b73

View File

@@ -1,3 +1,3 @@
action.com.intellij.searchEverywhereMl.ranking.core.actions.OpenFeaturesInScratchFileAction.description=Displays ML features and sorting weight of every element from the search results in a scratch file
action.com.intellij.searchEverywhereMl.ranking.core.actions.OpenFeaturesInScratchFileAction.text=Show Search Everywhere ML Element Features
action.com.intellij.searchEverywhereMl.ranking.core.actions.OpenFeaturesInScratchFileAction.GoToAction.text=Show Search Everywhere ML Element Features (Use Shortcut)
action.com.intellij.searchEverywhereMl.ranking.core.actions.OpenFeaturesInScratchFileAction.text=Show Search Everywhere Elements' ML Features
action.com.intellij.searchEverywhereMl.ranking.core.actions.OpenFeaturesInScratchFileAction.GoToAction.text=Show Search Everywhere Elements' ML Features (Use Shortcut)