Skip to content

Commit 7966fb4

Browse files
committedOct 28, 2014
fixing typo in tooltip
1 parent 04ae39b commit 7966fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/qgstipfactory.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ QgsTipFactory::QgsTipFactory() : QObject()
204204
myTip.setTitle(tr("Copy, paste and cut in QGIS"));
205205
myTip.setContent(tr("Copy, paste, and cut work as in another applications in QGIS. Select a "
206206
"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."
207+
"one of this shortcuts: Ctrl+C to copy, Ctrl+X to cut, and Ctrl+V to paste."
208208
));
209209
addGuiTip(myTip);
210210
// by yjacolin

0 commit comments

Comments
 (0)
Please sign in to comment.