Skip to content

Commit

Permalink
Disambiguate "repository" in importFromRepository
Browse files Browse the repository at this point in the history
Repository can mean p2 or source, let's disambiguate it.
Also drop the "plug-in" part of importFromRepository labels as this
action only shows up in the context of a plugin already.
  • Loading branch information
mickaelistria committed Jan 13, 2025
1 parent 79b126c commit 5702213
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/org.eclipse.pde.ui/plugin.properties
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,8 @@ pluginsearch.action.name = Open Plug-in Artifact
pluginsearch.action.menu.name = Open &Plug-in Artifact...
pluginsearch.action.desc = Open a plug-in artifact in the manifest editor

importFromRepository.action.name = Import Plug-in from a Repository
importFromRepository.action.menu.name = I&mport from Repository...
importFromRepository.action.name = Import from a Source Repository
importFromRepository.action.menu.name = I&mport from Source Repository...
importFromRepository.action.desc = Imports a plug-in from a source repository

addpluginstojavasearch.action.name = Add All Plug-ins to Java Workspace Scope
Expand Down

0 comments on commit 5702213

Please sign in to comment.