Skip to content

Commit 257833f

Browse files
committed
more typos in tooltip
1 parent 7966fb4 commit 257833f

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
));
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."

0 commit comments

Comments
 (0)