Skip to content

Commit a36a79f

Browse files
fix tool tip text for refresh button
1 parent cffd290 commit a36a79f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqldev/src/main/java/org/utplsql/sqldev/ui/runner/RunnerPanel.xtend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ class RunnerPanel implements ActionListener, MouseListener, HyperlinkListener {
678678
toolbar.floatable = false
679679
toolbar.border = new EmptyBorder(new Insets(2, 2, 2, 2)) // top, left, bottom, right
680680
refreshButton = new ToolbarButton(UtplsqlResources.getIcon("REFRESH_ICON"))
681-
refreshButton.toolTipText = UtplsqlResources.getString("RUNNER_REFRESH_BUTTON")
681+
refreshButton.toolTipText = UtplsqlResources.getString("RUNNER_REFRESH_TOOLTIP")
682682
refreshButton.addActionListener(this)
683683
toolbar.add(refreshButton)
684684
rerunButton = new ToolbarButton(UtplsqlResources.getIcon("RUN_ICON"))

0 commit comments

Comments
 (0)