We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04ae39b commit 7966fb4Copy full SHA for 7966fb4
src/app/qgstipfactory.cpp
@@ -204,7 +204,7 @@ QgsTipFactory::QgsTipFactory() : QObject()
204
myTip.setTitle(tr("Copy, paste and cut in QGIS"));
205
myTip.setContent(tr("Copy, paste, and cut work as in another applications in QGIS. Select a "
206
"feature (a geometry or an attribut row in the attribute table) and use "
207
- "one of this shortcuts: Ctrl+C to copy, Ctrl+X to copy, and Ctrl+V to paste."
+ "one of this shortcuts: Ctrl+C to copy, Ctrl+X to cut, and Ctrl+V to paste."
208
));
209
addGuiTip(myTip);
210
// by yjacolin
0 commit comments