Fix a warning about no translation found for macro.
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@703576 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/main/src/main/resources/config.properties b/main/src/main/resources/config.properties
index 6857aae..8b03f9c 100644
--- a/main/src/main/resources/config.properties
+++ b/main/src/main/resources/config.properties
@@ -33,7 +33,7 @@
# cache, which defaults to "felix-cache" in the current working directory.
# If this value is not absolute, then the felix.cache.rootdir controls
# how the absolute location is calculated. (See next property)
-#org.osgi.framework.storage=${felix.cache.rootdir}/felix-cache
+#org.osgi.framework.storage=${dollar}{felix.cache.rootdir}/felix-cache
# The following property is used to convert a relative bundle cache
# location into an absolute one by specifying the root to prepend to
diff --git a/main/src/main/resources/default.properties b/main/src/main/resources/default.properties
index cef2e2f..e7602a8 100644
--- a/main/src/main/resources/default.properties
+++ b/main/src/main/resources/default.properties
@@ -33,7 +33,7 @@
# cache, which defaults to "felix-cache" in the current working directory.
# If this value is not absolute, then the felix.cache.rootdir controls
# how the absolute location is calculated. (See next property)
-#org.osgi.framework.storage=${felix.cache.rootdir}/felix-cache
+#org.osgi.framework.storage=${dollar}{felix.cache.rootdir}/felix-cache
# The following property is used to convert a relative bundle cache
# location into an absolute one by specifying the root to prepend to