File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -208,11 +208,11 @@ QgsTipFactory::QgsTipFactory() : QObject()
208
208
// by yjacolin
209
209
myTip.setTitle ( tr ( " Right click with identify tools" ) );
210
210
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 "
214
214
" 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 "
216
216
" instead of layer list."
217
217
) );
218
218
addGuiTip ( myTip );
You can’t perform that action at this time.
0 commit comments