Index: lams_common/src/flash/org/lamsfoundation/lams/common/ws/WorkspaceDialog.as =================================================================== diff -u -r2501a361c240d19d51f71b97bdf71e46c4e1417b -r30384e763f19648b6eb945ade0fccaef5be86937 --- lams_common/src/flash/org/lamsfoundation/lams/common/ws/WorkspaceDialog.as (.../WorkspaceDialog.as) (revision 2501a361c240d19d51f71b97bdf71e46c4e1417b) +++ lams_common/src/flash/org/lamsfoundation/lams/common/ws/WorkspaceDialog.as (.../WorkspaceDialog.as) (revision 30384e763f19648b6eb945ade0fccaef5be86937) @@ -136,11 +136,12 @@ 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'); - + name_lbl.text = Dictionary.getValue('ws_dlg_filename'); //Set the text for buttons 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'); copy_btn.label = Dictionary.getValue('copy_btn'); paste_btn.label = Dictionary.getValue('paste_btn');