Ticket #2422: meta-2422.patch
File meta-2422.patch, 1.4 KB (added by , 8 years ago) |
---|
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-ratings-compat.php
301 301 switch( $this->compat ) { 302 302 case 'plugin' : 303 303 /* translators: %s: plugin support forum URL */ 304 $report = __( 'If you are reporting an issue with this plugin, please post <a href="%s">here</a> instead.', 'wporg-forums' );304 $report = __( 'If you are reporting an issue with this plugin, please post in the <a href="%s">plugin support forum</a> instead.', 'wporg-forums' ); 305 305 $rate = __( 'In order to rate a plugin, you must also submit a review.', 'wporg-forums' ); 306 306 break; 307 307 case 'theme' : 308 308 /* translators: %s: theme support forum URL */ 309 $report = __( 'If you are reporting an issue with this theme, please post <a href="%s">here</a> instead.', 'wporg-forums' );309 $report = __( 'If you are reporting an issue with this theme, please post in the <a href="%s">theme support forum</a> instead.', 'wporg-forums' ); 310 310 $rate = __( 'In order to rate a theme, you must also submit a review.', 'wporg-forums' ); 311 311 break; 312 312 }