Make WordPress Core

Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#49724 closed enhancement (fixed)

Punctuation error in request_filesystem_credentials()

Reported by: kharisblank Owned by: SergeyBiryukov
Priority: normal Milestone: 5.5
Component: I18N Version:
Severity: minor Keywords: has-screenshots good-first-bug has-patch
Cc: Focuses: ui-copy

Description

Hello Contributors,

I am GTE for Indonesian. While working on the translation of WordPress core 5.4.x project, I found a punctuation error in this string:

https://cldup.com/5YYaKsqaHL.png

Probably it reads grammatically correct, but I found a little inconsistency compared to other strings as seen here:

https://cldup.com/sQN51nu2Vu.png

My proposal for correction would be either the first word in "Please" after comma should be lowercase or change comma to full stop.

There was an error connecting to the server, please verify the settings are correct.

or

There was an error connecting to the server. Please verify the settings are correct.

Best,
Kharis Sulistiyono

Attachments (1)

49724.diff (731 bytes ) - added by mayankmajeji 6 years ago.
Punctuation Error Corrected

Download all attachments as: .zip

Change History (8)

#1 follow-up: @SergeyBiryukov
6 years ago

  • Keywords good-first-bug added
  • Milestone Awaiting Review5.5
  • Summary Puctuation errorPunctuation error in request_filesystem_credentials()

Hi there, welcome to WordPress Trac! Thanks for the report.

Just noting that the string was changed in [47156], however the sentence itself is not new and was introduced in [8540].

Either of the proposed changes look good to me. The second one would probably be more consistent with other strings.

Last edited 6 years ago by SergeyBiryukov (previous) (diff)

@mayankmajeji
6 years ago

Punctuation Error Corrected

#2 @mayankmajeji
6 years ago

  • Keywords has-patch added; needs-patch removed

#3 in reply to: ↑ 1 @mayankmajeji
6 years ago

Hi Sergey,

I've corrected the string as you have suggested. I opted the 2nd string as it matches the other standard strings pattern.

Let me know if there are any further changes.

Replying to SergeyBiryukov:

Hi there, welcome to WordPress Trac! Thanks for the report.

Just noting that the string was changed in [47156], however the sentence itself is not new and was introduced in [8540].

Either of the proposed changes look good to me. The second one would probably be more consistent with other strings.

#4 @SergeyBiryukov
6 years ago

  • Owner set to SergeyBiryukov
  • Status newreviewing

#5 @SergeyBiryukov
6 years ago

  • Component I18NFilesystem API

#6 @SergeyBiryukov
6 years ago

  • Resolutionfixed
  • Status reviewingclosed

In 47530:

Filesystem API: Correct punctuation in request_filesystem_credentials() error message.

Props mayankmajeji, kharisblank.
Fixes #49724.

#7 @kharisblank
6 years ago

  • Component Filesystem APII18N

Thank you for your fix @mayankmajeji.

Have a nice day ahead :)

Note: See TracTickets for help on using tickets.