[wp-trac] [WordPress Trac] #47475: I18n: Merge similar strings and fix typo
WordPress Trac
noreply at wordpress.org
Tue Jun 4 10:45:46 UTC 2019
#47475: I18n: Merge similar strings and fix typo
---------------------------+-----------------------------
Reporter: pedromendonca | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: I18N | Version:
Severity: normal | Keywords:
Focuses: |
---------------------------+-----------------------------
1) The below strings are similar and can be merged by changing ~~`%1$s`~~
to `%s`.
https://build.trac.wordpress.org/browser/trunk/wp-
admin/includes/file.php#L1222
`The authenticity of %1$s could not be verified as signature verification
is unavailable on this system.`
`The authenticity of %s could not be verified as signature verification is
unavailable on this system.`
2) The below string has a comma that should be placed outside the
quotation marks:
~~`“white screen of death,”`~~ -> `“white screen of death”,`
https://build.trac.wordpress.org/browser/trunk/wp-admin/about.php#L100
`This administrator-focused update will let you safely fix or manage fatal
errors without requiring developer time. It features better handling of
the so-called “white screen of death,” and a way to enter recovery mode,
which pauses error-causing plugins or themes.`
--
Ticket URL: <https://core.trac.wordpress.org/ticket/47475>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list