summaryrefslogtreecommitdiff
path: root/src/main/java/com/c2kernel/gui/graph/view/EditorToolBar.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com/c2kernel/gui/graph/view/EditorToolBar.java')
-rw-r--r--src/main/java/com/c2kernel/gui/graph/view/EditorToolBar.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/c2kernel/gui/graph/view/EditorToolBar.java b/src/main/java/com/c2kernel/gui/graph/view/EditorToolBar.java
index b60c1ba..8892fd7 100644
--- a/src/main/java/com/c2kernel/gui/graph/view/EditorToolBar.java
+++ b/src/main/java/com/c2kernel/gui/graph/view/EditorToolBar.java
@@ -98,7 +98,7 @@ public class EditorToolBar extends Box implements Printable
mStartButton.setToolTipText(Language.translate("Select the start vertex of the graph"));
mDeleteButton.setToolTipText(Language.translate("Delete the selection"));
mPrintButton.setToolTipText(Language.translate("Print this graph"));
- mPrintButton.setToolTipText(Language.translate("Copy an image of this graph to the clipboard"));
+ mCopyButton.setToolTipText(Language.translate("Copy an image of this graph to the clipboard"));
// Set the button margins to 0
mVertexModeButton.setMargin(new Insets(0, 0, 0, 0));
mSelectModeButton.setMargin(new Insets(0, 0, 0, 0));