allow COPY LOG button to be localized
diff --git a/installer/src/org/apache/flex/packageflexsdk/view/components/ConsoleWindow.mxml b/installer/src/org/apache/flex/packageflexsdk/view/components/ConsoleWindow.mxml
index d992d41..977d149 100644
--- a/installer/src/org/apache/flex/packageflexsdk/view/components/ConsoleWindow.mxml
+++ b/installer/src/org/apache/flex/packageflexsdk/view/components/ConsoleWindow.mxml
@@ -77,7 +77,7 @@
 			<s:VerticalLayout gap="0" horizontalAlign="justify" />
 		</s:layout>
 	</s:List>
-	<s:Button label="COPY LOG"
+	<s:Button label="{ViewResourceConstants.instance.BTN_LABEL_COPY_LOG}"
 			  click="handleCopyBtnClick(event)"
 			  styleName="genericBtnStyle"
 			  left="7.5"
diff --git a/installer/src/properties/en_US.properties b/installer/src/properties/en_US.properties
index e455391..32549b1 100644
--- a/installer/src/properties/en_US.properties
+++ b/installer/src/properties/en_US.properties
@@ -27,6 +27,7 @@
 BTN_LABEL_ADOBE_LICENSE=SHOW ADOBE LICENSE
 BTN_LABEL_BROWSE=BROWSE
 BTN_LABEL_CLOSE=CLOSE
+BTN_LABEL_COPY_LOG=COPY LOG
 BTN_LABEL_INSTALL=INSTALL
 BTN_LABEL_INSTALL_LOG=INSTALL LOG
 BTN_LABEL_MPL_LICENSE=SHOW MPL LICENSE
diff --git a/installer/src/properties/zh_CN.properties b/installer/src/properties/zh_CN.properties
index 855a11a..098110b 100755
--- a/installer/src/properties/zh_CN.properties
+++ b/installer/src/properties/zh_CN.properties
@@ -27,6 +27,7 @@
 BTN_LABEL_ADOBE_LICENSE=显示 Adobe 许可协议
 BTN_LABEL_BROWSE=浏览
 BTN_LABEL_CLOSE=退出
+BTN_LABEL_COPY_LOG=拷贝日志
 BTN_LABEL_INSTALL=安装
 BTN_LABEL_INSTALL_LOG=安装日志
 BTN_LABEL_MPL_LICENSE=显示 MPL 许可协议
diff --git a/installer/src/properties/zh_TW.properties b/installer/src/properties/zh_TW.properties
index 08ebfae..24a26da 100755
--- a/installer/src/properties/zh_TW.properties
+++ b/installer/src/properties/zh_TW.properties
@@ -27,6 +27,7 @@
 BTN_LABEL_ADOBE_LICENSE=顯示 Adobe 授權合約
 BTN_LABEL_BROWSE=流覽
 BTN_LABEL_CLOSE=退出
+BTN_LABEL_COPY_LOG=拷貝日誌
 BTN_LABEL_INSTALL=安裝
 BTN_LABEL_INSTALL_LOG=安裝日誌
 BTN_LABEL_MPL_LICENSE=顯示 MPL 授權合約