According to issue #332123: Remove t() from all schema descriptions please remove t() from schema descriptions in the feedapi_mapper.install file.

  $schema['feedapi_mapper'] = array(
    'description' => t('Store date for the feedapi mapper'), 

Comments

zoltán balogh’s picture

And another one: Stores data for the feedapi mapper, instead of Store date.

aron novak’s picture

Status: Active » Needs review
StatusFileSize
new862 bytes
zoltán balogh’s picture

Status: Needs review » Needs work

So, this patch is works fine, because its remove all t()-s from the install file. But remain a mistyped text (date) in the file. I mean, this table is storing datas about feedapi mapping, and absolutely not dates.

zoltán balogh’s picture

Status: Needs work » Needs review
StatusFileSize
new863 bytes

A better one

alex_b’s picture

Status: Needs review » Reviewed & tested by the community

Thanks guys!

aron novak’s picture

Status: Reviewed & tested by the community » Fixed

Trivial patch, committed.

Status: Fixed » Closed (fixed)

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