/hg/icedtea-web: Add units to cache size label in itweb-settings

aazores at icedtea.classpath.org aazores at icedtea.classpath.org
Thu Dec 5 13:46:18 PST 2013


changeset 362f5731ce71 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=362f5731ce71
author: Andrew Azores <aazores at redhat.com>
date: Thu Dec 05 16:45:56 2013 -0500

	Add units to cache size label in itweb-settings

	PR1604 - no units shown for cache size label in TemporaryInternetFilesPanel


diffstat:

 ChangeLog                                               |  5 +++++
 netx/net/sourceforge/jnlp/resources/Messages.properties |  2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 4a9aa56d4541 -r 362f5731ce71 ChangeLog
--- a/ChangeLog	Tue Dec 03 11:43:04 2013 -0500
+++ b/ChangeLog	Thu Dec 05 16:45:56 2013 -0500
@@ -1,3 +1,8 @@
+2013-12-05  Andrew Azores  <aazores at redhat.com>
+
+	* netx/net/sourceforge/jnlp/resources/Messages.properties: add units to
+	(TIFPCacheSize)
+	
 2013-12-03  Andrew Azores  <aazores at redhat.com>
 
 	Tests for PR1592.
diff -r 4a9aa56d4541 -r 362f5731ce71 netx/net/sourceforge/jnlp/resources/Messages.properties
--- a/netx/net/sourceforge/jnlp/resources/Messages.properties	Tue Dec 03 11:43:04 2013 -0500
+++ b/netx/net/sourceforge/jnlp/resources/Messages.properties	Thu Dec 05 16:45:56 2013 -0500
@@ -489,7 +489,7 @@
 TIFPCompressionLevel=Select the compression level for JAR files
 TIFPNone=None
 TIFPMax=Max
-TIFPCacheSize=Set the amount of disk space for storing temporary files
+TIFPCacheSize=Set the amount of disk space for storing temporary files (MB)
 TIFPDeleteFiles=Delete files
 TIFPViewFiles=View files...
 TIFPFileChooserChooseButton=Choose


More information about the distro-pkg-dev mailing list