Make WordPress Core

Opened 5 years ago

Closed 5 years ago

#48862 closed defect (bug) (fixed)

i18n: Change similar translation strings - wp-admin/setup-config.php

Reported by: ramiy's profile ramiy Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 5.4 Priority: normal
Severity: normal Version:
Component: I18N Keywords: has-screenshots has-patch
Focuses: administration Cc:

Description

Use similar wording in translations strings where WordPress can't write to file.

Attachments (2)

48862.png (16.4 KB) - added by ramiy 5 years ago.
48862.patch (471 bytes) - added by ramiy 5 years ago.

Download all attachments as: .zip

Change History (6)

@ramiy
5 years ago

@ramiy
5 years ago

#1 @ramiy
5 years ago

  • Keywords has-screenshots has-patch added

#2 @ramiy
5 years ago

Old Strings:

  • Sorry, but I can’t write the %s file.
  • Unable to write to file.

New Strings:

  • Unable to write to file %s.
  • Unable to write to file.

#3 @SergeyBiryukov
5 years ago

  • Milestone changed from Awaiting Review to 5.4

#4 @SergeyBiryukov
5 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

In 47344:

I18N: Use a consistent wording for "Unable to write to file" strings.

Props ramiy.
Fixes #48862.

Note: See TracTickets for help on using tickets.