summaryrefslogtreecommitdiffstats
path: root/Project/Bus.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Project/Bus.cpp')
-rw-r--r--Project/Bus.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/Bus.cpp b/Project/Bus.cpp
index b2f1ff1..9484328 100644
--- a/Project/Bus.cpp
+++ b/Project/Bus.cpp
@@ -225,6 +225,6 @@ bool Bus::GetContextMenu(wxMenu& menu)
{
menu.Append(ID_EDIT_BUS, _("Edit bus"));
menu.Append(ID_ROTATE, _("Rotate"));
- menu.Append(ID_DELETE, _("Delete bus"));
+ menu.Append(ID_DELETE, _("Delete"));
return true;
}