Repository: flex-utilities
Updated Branches:
  refs/heads/apache-tour-de-flex-1.2 fb055bfe6 -> 7ba008b97
  refs/heads/develop e1a8f26dd -> 719c6018c


FLEX-34425 add error message to resource files


Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/719c6018
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/719c6018
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/719c6018

Branch: refs/heads/develop
Commit: 719c6018c5ca5a22f16b1d5d5fd8c383947b4cbd
Parents: e1a8f26
Author: Justin Mclean <jmcl...@apache.org>
Authored: Mon Oct 27 16:53:38 2014 +1100
Committer: Justin Mclean <jmcl...@apache.org>
Committed: Mon Oct 27 16:53:38 2014 +1100

----------------------------------------------------------------------
 installer/src/InstallApacheFlex.mxml      | 2 +-
 installer/src/properties/en_US.properties | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/719c6018/installer/src/InstallApacheFlex.mxml
----------------------------------------------------------------------
diff --git a/installer/src/InstallApacheFlex.mxml 
b/installer/src/InstallApacheFlex.mxml
index 0b309c0..7e3afc2 100644
--- a/installer/src/InstallApacheFlex.mxml
+++ b/installer/src/InstallApacheFlex.mxml
@@ -1590,7 +1590,7 @@ variables are not required because the locations of these 
pieces are known.
                                }
             } else {
                                
updateActivityStep(_viewResourceConstants.STEP_VERIFY_FLEX_SDK, 
StepItem.COMPLETE);
-                               log("Unable to verify MD5 as MD5 is not valid. 
Trying to continue.");
+                               
log(_viewResourceConstants.INFO_VERIFY_FLEX_SDK_DONE);
             }
             
             updateActivityStep(_viewResourceConstants.STEP_UNZIP_FLEX_SDK, 
StepItem.ACTIVE);

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/719c6018/installer/src/properties/en_US.properties
----------------------------------------------------------------------
diff --git a/installer/src/properties/en_US.properties 
b/installer/src/properties/en_US.properties
index cd01459..94fc0af 100644
--- a/installer/src/properties/en_US.properties
+++ b/installer/src/properties/en_US.properties
@@ -136,3 +136,4 @@ 
LICENSE_URL_BLAZEDS=http://www.adobe.com/products/eulas/pdfs/adobe_flex_software
 INFO_TRACKING=Anonymous usage statistics will be collected in accordance with 
our privacy policy.
 INFO_VERSION=version
 INFO_USING_CACHED_FILE=Using file from cache:
+INFO_COULD_NOT_GRT_MD5=Unable to verify MD5 as MD5 is not valid. Trying to 
continue.
\ No newline at end of file

Reply via email to