$ret[] = array(
'success' => TRUE,
'query' => t("Cleared views cache. Views integration will be automatically be rebuilt for table $this->tableName by views.")
);Instead of putting the variable in the string, it should be replaced by a % t() replacement. There's a few instances of this in migrateSchema().
Comments
Comment #1
sidharth_k commentedFixed in http://drupalcode.org/sandbox/sidharth_k/1358954.git/commit/7c2a7b6
Comment #2.0
(not verified) commentedClarifying function.