You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2013/05/27 03:30:59 UTC

[4/4] git commit: [flex-utilities] [refs/heads/develop] - Added missing title for selected AIR and Flash Player version.

Added missing title for selected AIR and Flash Player version.


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

Branch: refs/heads/develop
Commit: f0fac4fe64fe4bc2567d562bf977f744aa877e65
Parents: c9e4220
Author: Justin Mclean <jm...@apache.org>
Authored: Mon May 27 11:21:16 2013 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Mon May 27 11:21:16 2013 +1000

----------------------------------------------------------------------
 .../flex/packageflexsdk/resource/RuntimeLocale.as  |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/f0fac4fe/installer/src/org/apache/flex/packageflexsdk/resource/RuntimeLocale.as
----------------------------------------------------------------------
diff --git a/installer/src/org/apache/flex/packageflexsdk/resource/RuntimeLocale.as b/installer/src/org/apache/flex/packageflexsdk/resource/RuntimeLocale.as
index 41039fd..9c99d60 100644
--- a/installer/src/org/apache/flex/packageflexsdk/resource/RuntimeLocale.as
+++ b/installer/src/org/apache/flex/packageflexsdk/resource/RuntimeLocale.as
@@ -346,10 +346,11 @@ public class RuntimeLocale
 		content["INFO_INSTALLING_CONFIG_FILES"]="Installing frameworks configuration files configured for use with an IDE";
 		content["INFO_INSTALLING_PLAYERGLOBAL_SWC"]="Installing Adobe Flash Player playerglobal.swc from: ";
 		content["INFO_INVOKED_GUI_MODE"]="invoked in GUI mode";
+		content["INFO_SELECT_AIR_FLASH_PLAYER"] = "Select AIR and Flash Player versions."
 		content["INFO_SELECT_DIRECTORY"]="Select a directory";
 		content["INFO_UNZIPPING"]="Unzipping: ";
 		content["SELECT_PATH_PROMPT"]="Enter Flex SDK path or browse to select a path";
-		content["STEP_SELECT_AIR_AND_FLASH_VERSION"]="Select the AIR and Flash Player versions.";
+		content["STEP_SELECT_AIR_AND_FLASH_VERSION"]="Select AIR and Flash Player versions.";
 		content["STEP_CREATE_DIRECTORIES"]="Create Directories";
 		content["STEP_DOWNLOAD_AIR_RUNTIME_KIT"]="Download Adobe AIR Runtime Kit";
 		content["STEP_DOWNLOAD_FLASHPLAYER_SWC"]="Download Flash Player swc";