Skip to content

Commit 5702213

Browse files
committed
Disambiguate "repository" in importFromRepository
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.
1 parent 79b126c commit 5702213

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/org.eclipse.pde.ui/plugin.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,8 @@ pluginsearch.action.name = Open Plug-in Artifact
239239
pluginsearch.action.menu.name = Open &Plug-in Artifact...
240240
pluginsearch.action.desc = Open a plug-in artifact in the manifest editor
241241

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

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

0 commit comments

Comments
 (0)