Making WordPress.org


Ignore:
Timestamp:
03/01/2017 11:48:02 PM (7 years ago)
Author:
coffee2code
Message:

Plugin Directory: More i18n cleanup.

  • Add some missing text domains
  • Add missing _n() call for Read all %s reviews

Props SergeyBiryukov.
Fixes #2534.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/class-customizations.php

    r5001 r5037  
    448448        $user = wp_get_current_user();
    449449        if ( ! $user->exists() ) {
    450             wp_die( __( 'Sorry, you must be logged in to reply to a comment.' ) );
     450            wp_die( __( 'Sorry, you must be logged in to reply to a comment.', 'wporg-plugins' ) );
    451451        }
    452452
     
    470470
    471471        if ( '' == $comment_content ) {
    472             wp_die( __( 'ERROR: please type a comment.' ) );
     472            wp_die( __( 'ERROR: please type a comment.', 'wporg-plugins' ) );
    473473        }
    474474
Note: See TracChangeset for help on using the changeset viewer.