Feature request #2582
Python plugin showPluginHelp function - another minor patch
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | Borys Jurgiel | ||
Category: | Build/Install | ||
Pull Request or Patch supplied: | Resolution: | fixed | |
Easy fix?: | No | Copied to github as #: | 12642 |
Description
This patch is just to restore the ultimate default helpfile name to be index.html (rather than index-en_us.html).
I think this is desirable, as index.html is the default html file displayed by many web site configurations, so I think that this is a good final fallback.
It is really just saying that in the absence of any specific translations, the fallback is whatever the original developer/documenter wrote, without making any assertion about what language that is or should be.
Associated revisions
History
#1 Updated by Martin Dobias over 14 years ago
- Resolution set to fixed
- Status changed from Open to Closed
Applied in 19b1bc77 (SVN r13175).