Make WordPress Core


Ignore:
Timestamp:
09/03/2019 12:39:13 AM (5 years ago)
Author:
SergeyBiryukov
Message:

I18N: Capitalize translator comments consistently, add trailing punctuation.

Includes minor code layout fixes.

See #44360.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-filesystem-ssh2.php

    r45926 r45932  
    152152                    'auth',
    153153                    sprintf(
    154                         /* translators: %s: username */
     154                        /* translators: %s: Username. */
    155155                        __( 'Username/Password incorrect for %s' ),
    156156                        $this->options['username']
     
    164164                    'auth',
    165165                    sprintf(
    166                         /* translators: %s: username */
     166                        /* translators: %s: Username. */
    167167                        __( 'Public and Private keys incorrect for %s' ),
    168168                        $this->options['username']
     
    227227                'command',
    228228                sprintf(
    229                     /* translators: %s: command */
     229                    /* translators: %s: Command. */
    230230                    __( 'Unable to perform command: %s' ),
    231231                    $command
Note: See TracChangeset for help on using the changeset viewer.