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()
208208 ));
209209 addGuiTip (myTip);
210210 // by yjacolin
211- myTip.setTitle (tr (" Right clic with identify tools" ));
212- myTip.setContent (tr (" Right clic with the identify tools to show a context menu from which you can "
213- " choose the layer in which to identify feature. A sub menu will list feature "
211+ myTip.setTitle (tr (" Right click with identify tools" ));
212+ myTip.setContent (tr (" Right click with the identify tool to show a context menu from which you can "
213+ " choose the layer in which to identify a feature. A sub menu will list features "
214214 " identified and a third sub-menu will show the action link setup for the layer."
215- " If one of this sub-menu doesn't contains any information, the next sub-menu"
215+ " If one of this sub-menu doesn't contain any information, the next sub-menu"
216216 " will appear instead. For example, if you have just one layer, and click "
217217 " somewhere with several features, the first menu will list the feature list "
218218 " instead of layer list."
You can’t perform that action at this time.
0 commit comments