paceholder / nodeeditor

Qt Node Editor. Dataflow programming framework
BSD 3-Clause "New" or "Revised" License
3.03k stars 813 forks source link

The text is wrong, the copy and Paste are wrong #372

Open libaineu2004 opened 1 year ago

libaineu2004 commented 1 year ago

I found a text error in one place: https://github.com/paceholder/nodeeditor/blob/master/src/GraphicsView.cpp line,132,_pasteAction = new QAction(QStringLiteral("Copy Selection"), this);

The correct way to write it is: "Copy Selection" --> "Paste Selection"