in en_US: locale for plugin: importexport.native-1.0.0.0
two diferent keys have same values. Typical copy-paste problem.
importexport.native-1.0.0.0
.\ocs-2.3.3-1\plugins\importexport\native\locale\en_US\locale:
- Code: Select all
<message key="plugins.importexport.native.import.error.paperCoverageGeoLocaleUnsupported">An paper geographical coverage was provided for the paper "{$paperTitle}" in a locale ("{$locale}") that this conference does not support.</message>
<message key="plugins.importexport.native.import.error.paperCoverageChronLocaleUnsupported">An paper geographical coverage was provided for the paper "{$paperTitle}" in a locale ("{$locale}") that this conference does not support.</message>
Second key value must be:
- Code: Select all
<message key="plugins.importexport.native.import.error.paperCoverageChronLocaleUnsupported">An paper chronological coverage was provided for the paper "{$paperTitle}" in a locale ("{$locale}") that this conference does not support.</message>
Thanks for review and integration to the trunk.
Pety.
