diff options
author | Thales1330 <thaleslima.ufu@gmail.com> | 2016-08-30 17:30:54 -0300 |
---|---|---|
committer | Thales1330 <thaleslima.ufu@gmail.com> | 2016-08-30 17:30:54 -0300 |
commit | c478afa9fbef4b21ea85dbc266169b9eebf369a9 (patch) | |
tree | fde5344bf80f54324e9f3673e3c37eca4bb4ac3a /Project/Line.cpp | |
parent | 06e57f5c75772dcba902e3032c756f79090f3424 (diff) | |
download | PSP.git-c478afa9fbef4b21ea85dbc266169b9eebf369a9.tar.gz PSP.git-c478afa9fbef4b21ea85dbc266169b9eebf369a9.tar.xz PSP.git-c478afa9fbef4b21ea85dbc266169b9eebf369a9.zip |
Transformer
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; } |