Skip to content

Commit 3c62be4

Browse files
authored
Minor tool tip update (#122)
1 parent 80018f0 commit 3c62be4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

coherence-visualvm-plugin/src/main/java/com/oracle/coherence/plugin/visualvm/panel/CoherenceGrpcProxyPanel.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ public CoherenceGrpcProxyPanel(VisualVMModel model)
9292

9393
f_txtGrpcProxyVersion = getTextField(5, JTextField.RIGHT);
9494
pnlHeader.add(getLocalizedLabel("LBL_grpc_version2", f_txtGrpcProxyVersion));
95+
f_txtGrpcProxyVersion.setToolTipText(getLocalizedText("TTIP_grpc_version2"));
9596
pnlHeader.add(f_txtGrpcProxyVersion);
9697

9798
// create the table

coherence-visualvm-plugin/src/main/resources/com/oracle/coherence/plugin/visualvm/Bundle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -671,6 +671,7 @@ LBL_general=General
671671
LBL_refresh_time=Data Refresh Time\:
672672
LBL_grpc_version=gRPC Version\:
673673
LBL_grpc_version2=gRPC Version MBean
674+
TTIP_grpc_version2=What version of gRPC clients to display metrics for. Change using Coherence options tab.
674675
LBL_seconds=sec.
675676
LBL_log_query_times=Log Query Times\:
676677
LBL_disable_mbean_check=Disable MBean Check* \:

0 commit comments

Comments
 (0)