diff --git a/rse/plugins/org.eclipse.rse.files.ui/plugin.properties b/rse/plugins/org.eclipse.rse.files.ui/plugin.properties index 5e214de2d50..c704b737b42 100644 --- a/rse/plugins/org.eclipse.rse.files.ui/plugin.properties +++ b/rse/plugins/org.eclipse.rse.files.ui/plugin.properties @@ -44,8 +44,7 @@ VirtualObjectDecorator.label=Virtual Object Decorator # Actions synchronizeCache.label=Synchronize Cache -synchronizeCache.tooltip=Download remote files to the Remote System Explorer file cache. - +synchronizeCache.tooltip=Refresh changed files in the Remote System Explorer file cache. Search.Page = Remote Search searchMenu.label = Se&arch Remote.ActionSet = Remote... diff --git a/rse/plugins/org.eclipse.rse.files.ui/plugin.xml b/rse/plugins/org.eclipse.rse.files.ui/plugin.xml index e0a0240534e..3ac14d00406 100644 --- a/rse/plugins/org.eclipse.rse.files.ui/plugin.xml +++ b/rse/plugins/org.eclipse.rse.files.ui/plugin.xml @@ -428,7 +428,7 @@ Martin Oberhuber (Wind River) - [186748] Move ISubSystemConfigurationAdapter fro diff --git a/rse/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SynchronizeCacheActionDelegate.java b/rse/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SynchronizeCacheActionDelegate.java similarity index 99% rename from rse/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SynchronizeCacheActionDelegate.java rename to rse/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SynchronizeCacheActionDelegate.java index f5703c7e250..400f0324ad3 100644 --- a/rse/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SynchronizeCacheActionDelegate.java +++ b/rse/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SynchronizeCacheActionDelegate.java @@ -12,7 +12,7 @@ * {Name} (company) - description of contribution. * David McKnight (IBM) [143503] [updating] need a synchronize cache operation ********************************************************************************/ -package org.eclipse.rse.files.ui.actions; +package org.eclipse.rse.internal.files.ui.actions; import java.lang.reflect.InvocationTargetException; import java.util.ArrayList;