Bug 570278 - Shorter "Exported Packages" text in the MANIFEST editor

Currently the text says: Enumerate all the packages that this plug-in
exposes to clients.  All other packages will be hidden from clients at
all times.

The above is not true for non OSGi clients.
So this commit makes the text correct and shorter.

Change-Id: Ie1a1e3df058fbd3bdec478c62d82f63fb248032e
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/pderesources.properties b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/pderesources.properties
index 40375f5..de6089c 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/pderesources.properties
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/pderesources.properties
@@ -2195,9 +2195,8 @@
 ImportPackageSection_exported=Select Packages to import:
 ImportPackageSection_selection=Import Package Selection
 ImportPackageSection_propertyAction=Properties
-ExportPackageSection_desc = Enumerate all the packages that this plug-in exposes to clients.  All other packages will be hidden from clients at all times.
-ExportPackageSection_uses=Calculate Uses
-ExportPackageSection_descFragment = Enumerate all the packages that this fragment exposes to clients.  All other packages will be hidden from clients at all times.
+ExportPackageSection_desc = Exported packages can be accessed by other OSGi components.
+ExportPackageSection_descFragment = Exported packages can be accessed by other OSGi components.
 ExportPackageSection_add=Add...
 ExportPackageSection_remove=Remove
 CalculateUsesAction_jobName=Analyzing Uses directive