Index: lams_common/src/flash/org/lamsfoundation/lams/common/ws/WorkspaceDialog.as =================================================================== diff -u -rf0a3e31c9b5bffe33cee33a7e8e7e0a48500c96d -r89e44dc270cefcca4b388db0e9555177977ff8e5 --- lams_common/src/flash/org/lamsfoundation/lams/common/ws/WorkspaceDialog.as (.../WorkspaceDialog.as) (revision f0a3e31c9b5bffe33cee33a7e8e7e0a48500c96d) +++ lams_common/src/flash/org/lamsfoundation/lams/common/ws/WorkspaceDialog.as (.../WorkspaceDialog.as) (revision 89e44dc270cefcca4b388db0e9555177977ff8e5) @@ -76,7 +76,7 @@ Debugger.log('container=' + _container,Debugger.GEN,'init','org.lamsfoundation.lams.wsDialog'); //Set the text on the labels - myLabel_lbl.text = 'LD ID:'; + myLabel_lbl.text = 'Enter the ID of the design you want to open:'; //Set the text for buttons ok_btn.label = Dictionary.getValue('ws_dlg_ok_button');