I'm surprised that no one has noticed this before. The code currently looks like this:
form_set_error('selector', t('Unable to apply the data selector part %key.'. array('%key' => $part)));
but that's clearly wrong - the replacement for %key is supposed to be in the second parameter passed to t(), but instead of using a comma to separate the first and second parameters, a "." is used. That's clearly wrong, and should have been caught like 10 years ago ...

CommentFileSizeAuthor
#2 3224847-2-t-arguments.patch804 bytestr

Comments

TR created an issue. See original summary.

tr’s picture

Status: Active » Needs review
StatusFileSize
new804 bytes
tree2009’s picture

Status: Needs review » Reviewed & tested by the community

  • TR committed e8b0a66 on 7.x-1.x
    Issue #3224847 by TR: Error in entity_entity_property_edit_form_validate...
tr’s picture

Status: Reviewed & tested by the community » Fixed

Committed #2.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.