7186632: NLS t13y issue on jar.properties file
authorsherman
Wed, 04 Sep 2013 12:37:41 -0700
changeset 19811 8a5812fbba44
parent 19810 98b738773420
child 19812 634cd583f327
7186632: NLS t13y issue on jar.properties file Summary: to remove the redundant backslash Reviewed-by: naoto
jdk/src/share/classes/sun/tools/jar/resources/jar.properties
--- a/jdk/src/share/classes/sun/tools/jar/resources/jar.properties	Wed Sep 04 12:35:22 2013 -0700
+++ b/jdk/src/share/classes/sun/tools/jar/resources/jar.properties	Wed Sep 04 12:37:41 2013 -0700
@@ -61,7 +61,7 @@
 out.extracted=\
         extracted: {0}
 out.inflated=\
-        \ \inflated: {0}
+        \ inflated: {0}
 out.size=\
         (in = {0}) (out= {1})