Ticket #5991 (closed defect (bug): fixed)

Opened 4 years ago

Last modified 4 years ago

Bad English in error message

Reported by: thenlich Owned by: anonymous
Priority: normal Milestone: 2.5
Component: I18N Version:
Severity: normal Keywords: i18n has-patch
Cc:

Description

In xmlrpc.php:695

		if( !current_user_can( 'edit_posts' ) ) {
			return new IXR_Error( 403, __( 'You are not allowed details about comments.' ) );
		}

the string 'You are not allowed details about comments.' is not correct. It probably should be 'You are not allowed access to details about comments.'

Attachments

5991.r7019.diff Download (491 bytes) - added by hansengel 4 years ago.
patch-ified solution

Change History

  • Keywords i18n added
  • Component changed from General to i18n
  • Milestone changed from 2.6 to 2.5

patch-ified solution

  • Keywords has-patch added

comment:3   ryan4 years ago

  • Status changed from new to closed
  • Resolution set to fixed

(In [7021]) Grammar fix. Props thenlich and hansengel. fixes #5991

Note: See TracTickets for help on using tickets.