Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
A lot of missing letter and typo corrected thanks to @ccrook
  • Loading branch information
yjacolin committed Oct 4, 2014
1 parent 350d989 commit 6922e45
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/qgstipfactory.cpp
Expand Up @@ -202,17 +202,17 @@ QgsTipFactory::QgsTipFactory() : QObject()
addGuiTip(myTip);
// by yjacolin
myTip.setTitle(tr("Copy-paste and cut in QGIS"));
myTip.setContent(tr("Cpoy-past-cut are working as in another application in QGIS. Select a "
"feature (a geometry or a attribut row in the attribute table) and use "
myTip.setContent(tr("Copy-past-cut are working as in another application in QGIS. Select a "
"feature (a geometry or an attribut row in the attribute table) and use "
"one of this shortcut: ctrl+c to copy, ctrl+p, to paste and ctrl+x to cut."
));
addGuiTip(myTip);
// by yjacolin
myTip.setTitle(tr("Right clic with identifiy tools"));
myTip.setContent(tr("Right clic with identify tools ill show you a contextuel menu to choose "
myTip.setContent(tr("Right clic with identify tools will show you a contextual menu to choose "
"the layer where identify feature. A sub menu will list feature identified "
"and a third sub-menu will show the action link setup for the layer."
"If one of this sub-menu doesn't contains any informatio, the next sub-menu"
"If one of this sub-menu doesn't contains any information, the next sub-menu"
"will appear instead. For example, if you have just one layer, and click on "
"somewhere will several feature, the first menu will list the feature list "
"instead of layer list."
Expand Down

0 comments on commit 6922e45

Please sign in to comment.