Index: lams_common/src/flash/org/lamsfoundation/lams/common/ws/WorkspaceDialog.as
===================================================================
diff -u -r01772da5eefa3f852fc41484e98c780c346fb3ad -r686b6b73eb6b13d33689251fa5d73bd71401fd6f
--- lams_common/src/flash/org/lamsfoundation/lams/common/ws/WorkspaceDialog.as (.../WorkspaceDialog.as) (revision 01772da5eefa3f852fc41484e98c780c346fb3ad)
+++ lams_common/src/flash/org/lamsfoundation/lams/common/ws/WorkspaceDialog.as (.../WorkspaceDialog.as) (revision 686b6b73eb6b13d33689251fa5d73bd71401fd6f)
@@ -132,10 +132,12 @@
//Set the text on the labels
-
+ currentPath_lbl.text = ""+Dictionary.getValue('ws_dlg_location_button')+":"
+ license_lbl.text = Dictionary.getValue('ws_license_lbl');
+ license_comment_lbl.text = Dictionary.getValue('ws_license_comment_lbl');
+
//Set the text for buttons
- currentPath_lbl.text = ""+Dictionary.getValue('ws_dlg_location_button')+":"
- ok_btn.label = Dictionary.getValue('ws_dlg_ok_button');
+ ok_btn.label = Dictionary.getValue('ws_dlg_ok_button');
cancel_btn.label = Dictionary.getValue('ws_dlg_cancel_button');
viewLicense_btn.label = Dictionary.getValue('ws_view_license_button');
new_btn.label = Dictionary.getValue('new_btn');