Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'containers/org.eclipse.linuxtools.docker.ui/src/org/eclipse/linuxtools/internal/docker/ui/wizards/WizardMessages.properties')
-rw-r--r--containers/org.eclipse.linuxtools.docker.ui/src/org/eclipse/linuxtools/internal/docker/ui/wizards/WizardMessages.properties12
1 files changed, 7 insertions, 5 deletions
diff --git a/containers/org.eclipse.linuxtools.docker.ui/src/org/eclipse/linuxtools/internal/docker/ui/wizards/WizardMessages.properties b/containers/org.eclipse.linuxtools.docker.ui/src/org/eclipse/linuxtools/internal/docker/ui/wizards/WizardMessages.properties
index 33be568246..cc82a4344c 100644
--- a/containers/org.eclipse.linuxtools.docker.ui/src/org/eclipse/linuxtools/internal/docker/ui/wizards/WizardMessages.properties
+++ b/containers/org.eclipse.linuxtools.docker.ui/src/org/eclipse/linuxtools/internal/docker/ui/wizards/WizardMessages.properties
@@ -80,12 +80,14 @@ EditButton.label=Edit Dockerfile
SaveButton.label=Save
CancelButton.label=Cancel
-ImagePull.label=Pull an image:
-ImagePull.desc=Specify repository or single image to pull down to the host.
ImagePull.title=Pull Image
-
-ImagePullName.label=Name:
-ImagePullName.toolTip=Enter either a REPOSITORY to load all its images or REPOSITORY:TAG to load a single image
+ImagePull.label=Pull an image or a repository from the registry
+ImagePull.desc=Specify a repository or a single image to pull down to the host.
+ImagePull.name.label=Name:
+ImagePull.name.tooltip=Enter either a REPOSITORY to load all its images or REPOSITORY:TAG to load a single image
+ImagePull.search.label=Search...
+ImagePull.name.invalidformat.msg=Image name is invalid.\nExpected [REGISTRY_HOST[:REGISTRY_PORT]/]NAME[:TAG]
+ImagePull.assumeLatest.msg=Assuming image tag is 'latest' since none was specified
ImagePush.label=Push an image:
ImagePush.desc=Specify the name of an image to push to the host.

Back to the top