diff options
Diffstat (limited to 'Project/Line.cpp')
-rw-r--r-- | Project/Line.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/Line.cpp b/Project/Line.cpp index 6c5457e..26be112 100644 --- a/Project/Line.cpp +++ b/Project/Line.cpp @@ -284,7 +284,7 @@ bool Line::GetContextMenu(wxMenu& menu) { menu.Append(ID_LINE_REMOVE_NODE, _("Remove node")); } - menu.Append(ID_DELETE, _("Delete line")); + menu.Append(ID_DELETE, _("Delete")); return true; } |