Update of /cvsroot/javaprofiler/module/net/sourceforge/javaprofiler/module/actions
In directory usw-pr-cvs1:/tmp/cvs-serv15765
Modified Files:
Bundle.properties
Log Message:
fixed missing resources for detach action
Index: Bundle.properties
===================================================================
RCS file: /cvsroot/javaprofiler/module/net/sourceforge/javaprofiler/module/actions/Bundle.properties,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** Bundle.properties 10 Sep 2002 19:33:26 -0000 1.10
--- Bundle.properties 11 Sep 2002 19:45:25 -0000 1.11
***************
*** 64,65 ****
--- 64,73 ----
LBL_ShowHistogram=Show Histogram
LBL_Start=Start
+
+ HINT_detachAction=Detaches from currently profiled session.
+
+ LBL_BTAction=Open Backtrace
+
+ LBL_CTAction=Open Call Tree
+
+ LBL_detachAction=Detach
|