Skip to content

Commit faee1e6

Browse files
committedJun 1, 2016
Merge pull request #3159 from DelazJ/patch-4
fix missing space and typo
2 parents f20e28d + 925746d commit faee1e6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎src/app/qgstipfactory.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -208,11 +208,11 @@ QgsTipFactory::QgsTipFactory() : QObject()
208208
// by yjacolin
209209
myTip.setTitle( tr( "Right click with identify tools" ) );
210210
myTip.setContent( tr( "Right click with the identify tool to show a context menu from which you can "
211-
"choose the layer in which to identify a feature. A sub menu will list features "
212-
"identified and a third sub-menu will show the action link setup for the layer."
213-
"If one of this sub-menu doesn't contain any information, the next sub-menu"
211+
"choose the layer in which to identify a feature. A sub-menu will list features "
212+
"identified and a third sub-menu will show the action link setup for the layer. "
213+
"If one of this sub-menu doesn't contain any information, the next sub-menu "
214214
"will appear instead. For example, if you have just one layer, and click "
215-
"somewhere with several features, the first menu will list the feature list "
215+
"somewhere with several features, the first menu will list the features "
216216
"instead of layer list."
217217
) );
218218
addGuiTip( myTip );

0 commit comments

Comments
 (0)
Please sign in to comment.