Bug report #9137
Typo in text message in the code ?
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | - | ||
Affected QGIS version: | 2.0.1 | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 17772 |
Description
Hi,
in the source file https://github.com/qgis/QGIS/blob/master/src/app/qgisapp.cpp, line 627
The comment is "load providers" like we can have several providers, but the text message (to be translated) say "Checking provider plugins" like if there could be only 1 providers ... is this a typo ?
What is done at this point of QGIS start ?
- loading the (unique) pluging to manage (several) providers,
- or loading the (unique) provider of (several) plugins
- or loading (several) providers of (several) plugins ?
Sylvain
History
#1 Updated by Jürgen Fischer almost 11 years ago
Huh? "provider plugins" is the plural of "provider plugin".
#2 Updated by Nathan Woodrow almost 11 years ago
- Status changed from Open to Closed