Skip to content

Commit

Permalink
fix missing space and typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ committed Jun 1, 2016
1 parent ba0fdfa commit 925746d
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 // by yjacolin
myTip.setTitle( tr( "Right click with identify tools" ) ); 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 " 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 " "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." "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" "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 " "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." "instead of layer list."
) ); ) );
addGuiTip( myTip ); addGuiTip( myTip );
Expand Down

0 comments on commit 925746d

Please sign in to comment.