Bad data name in Resource.resx

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
4/9/2015 8:09:05 AM
Gravatar
Total Posts 128

Bad data name in Resource.resx

While modifying some labels I spotted in passing that one setting in Resource.resx has a typo in the data name, meaning perhaps it is not being found/used where it should:

  <data name="NewsleterArchiveHeadFormat" xml:space="preserve">
    <value>Previous editions of {0}</value>
  </data>

4/9/2015 11:16:49 AM
Gravatar
Total Posts 18439

Re: Bad data name in Resource.resx

This key is used even though it is mis-spelled, it is used in its mis-spelled form and changing it now would be hassle since it would already be translated with the existing key, so I do not plan to fix it, I'm sure there probably exist other mis-spelled keys as well.

You must sign in to post in the forums. This thread is closed to new posts.