<i18n dev> RFR: 8284444: Sting typo [v3]
Kevin Rushforth
kcr at openjdk.java.net
Wed Apr 6 17:56:40 UTC 2022
On Wed, 6 Apr 2022 14:12:49 GMT, Daniel Jeliński <djelinski at openjdk.org> wrote:
>> src/jdk.jpackage/windows/classes/jdk/jpackage/internal/resources/WinResources.properties line 63:
>>
>>> 61: message.creating-association-with-null-extension=Creating association with null extension.
>>> 62: message.wrong-tool-version=Detected [{0}] version {1} but version {2} is required.
>>> 63: message.version-string-too-many-components=Version string may have up to 3 components - major.minor.build .
>>
>> I wonder whether the space before the period is required at the end of the sentence. Perhaps, it's to separate a property name from the end of the sentence.
>
> right; without the space the period would appear to be part of the version pattern.
Yes, I believe this is why it was done.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8125
More information about the i18n-dev
mailing list