Skip to content

Commit

Permalink
more typos in tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
mach0 committed Oct 28, 2014
1 parent 7966fb4 commit 257833f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/qgstipfactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -208,11 +208,11 @@ QgsTipFactory::QgsTipFactory() : QObject()
));
addGuiTip(myTip);
// by yjacolin
myTip.setTitle(tr("Right clic with identify tools"));
myTip.setContent(tr("Right clic with the identify tools to show a context menu from which you can "
"choose the layer in which to identify feature. A sub menu will list feature "
myTip.setTitle(tr("Right click with identify tools"));
myTip.setContent(tr("Right click with the identify tool to show a context menu from which you can "
"choose the layer in which to identify a feature. A sub menu will list features "
"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 information, the next sub-menu"
"If one of this sub-menu doesn't contain any information, the next sub-menu"
"will appear instead. For example, if you have just one layer, and click "
"somewhere with several features, the first menu will list the feature list "
"instead of layer list."
Expand Down

0 comments on commit 257833f

Please sign in to comment.