Skip to content

Commit

Permalink
Merge pull request #3159 from DelazJ/patch-4
Browse files Browse the repository at this point in the history
fix missing space and typo
  • Loading branch information
nyalldawson committed Jun 1, 2016
2 parents f20e28d + 925746d commit faee1e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/qgstipfactory.cpp
Expand Up @@ -208,11 +208,11 @@ QgsTipFactory::QgsTipFactory() : QObject()
// by yjacolin
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 contain any information, the next sub-menu"
"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 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 "
"somewhere with several features, the first menu will list the features "
"instead of layer list."
) );
addGuiTip( myTip );
Expand Down

0 comments on commit faee1e6

Please sign in to comment.