Make WordPress Core


Ignore:
Timestamp:
02/22/2020 06:31:39 PM (5 years ago)
Author:
SergeyBiryukov
Message:

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

Props ramiy.
Fixes #48862.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/setup-config.php

    r47230 r47344  
    397397            <?php
    398398            /* translators: %s: wp-config.php */
    399             printf( __( 'Sorry, but I can&#8217;t write the %s file.' ), '<code>wp-config.php</code>' );
     399            printf( __( 'Unable to write to %s file.' ), '<code>wp-config.php</code>' );
    400400            ?>
    401401</p>
Note: See TracChangeset for help on using the changeset viewer.