Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Schneider2015-02-04 12:44:25 +0000
committerPascal Rapicault2015-04-02 16:23:47 +0000
commit64a8eacdb71b69b42e637a876a69990880922074 (patch)
tree0596696cb0b6f983c1cf1e2512205dee5ad8d4e8
parent23822ac8903075f9c18f7b85ae97e72402dba345 (diff)
downloadrt.equinox.p2-64a8eacdb71b69b42e637a876a69990880922074.tar.gz
rt.equinox.p2-64a8eacdb71b69b42e637a876a69990880922074.tar.xz
rt.equinox.p2-64a8eacdb71b69b42e637a876a69990880922074.zip
Change-Id: I866efd576b5e4a94798986928f7ab79e6898ff53 Signed-off-by: Christian Schneider <schneider@yatta.de>
-rw-r--r--bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/internal/p2/repository/messages.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/internal/p2/repository/messages.properties b/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/internal/p2/repository/messages.properties
index 6dbe04d40..8d65bed0e 100644
--- a/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/internal/p2/repository/messages.properties
+++ b/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/internal/p2/repository/messages.properties
@@ -23,7 +23,7 @@ CacheManager_Neither_0_nor_1_found=Neither {0} nor {1} found.
CacheManager_AuthenticationFaileFor_0=Authentication failed for {0}.
CacheManager_CannotLoadNonUrlLocation=Cannot load repository from non-URL location {0}
CacheManager_FailedCommunicationWithRepo_0=Communication with repository at {0} failed.
-CacheManage_ErrorRenamingCache=An error occurred while downloading {0}. The cache file {1} could not be renamed to {1}.
+CacheManage_ErrorRenamingCache=An error occurred while downloading {0}. The cache file {1} could not be renamed to {2}.
exception_malformedRepoURI = The repository location ({0}) must be a URI.

Back to the top