Ticket #5991 (closed defect: fixed)

Opened 6 months ago

Last modified 6 months ago

Bad English in error message

Reported by: thenlich Assigned to: 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 (491 bytes) - added by hansengel on 02/25/08 13:45:53.
patch-ified solution

Change History

02/25/08 12:38:51 changed by nbachiyski

  • keywords set to i18n.
  • component changed from General to i18n.
  • milestone changed from 2.6 to 2.5.

02/25/08 13:45:53 changed by hansengel

  • attachment 5991.r7019.diff added.

patch-ified solution

02/25/08 13:46:17 changed by hansengel

  • keywords changed from i18n to i18n has-patch.

02/25/08 18:34:46 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

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