<i18n dev> RFR: 8312165: Fix typos in java.desktop

Andrey Turbanov aturbanov at openjdk.org
Wed Aug 30 08:09:22 UTC 2023


On Tue, 29 Aug 2023 18:06:44 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:

>> Found many typos in java.desktop by IDEA's inspection `Proofreading | Typo`
>
> src/java.desktop/share/classes/javax/swing/plaf/nimbus/DropShadowEffect.java line 45:
> 
>> 43:     /**
>> 44:      * Get the type of this effect, one of UNDER,BLENDED,OVER. UNDER means the result of apply effect should be painted
>> 45:      * under the src image. BLENDED means the result of apply effect contains a modified src image so just it should be
> 
> Suggestion:
> 
>      * under the src image. BLENDED means the result of apply effect contains a modified src image so it should just be
> 
> 
> It just doesn't sound right. Should it be *“the result of applying the effect”*?

I agree. Changed wording

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/14847#discussion_r1309860950


More information about the i18n-dev mailing list