Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixing typo in tooltip
  • Loading branch information
mach0 committed Oct 28, 2014
1 parent 04ae39b commit 7966fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgstipfactory.cpp
Expand Up @@ -204,7 +204,7 @@ QgsTipFactory::QgsTipFactory() : QObject()
myTip.setTitle(tr("Copy, paste and cut in QGIS"));
myTip.setContent(tr("Copy, paste, and cut work as in another applications in QGIS. Select a "
"feature (a geometry or an attribut row in the attribute table) and use "
"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."
));
addGuiTip(myTip);
// by yjacolin
Expand Down

0 comments on commit 7966fb4

Please sign in to comment.