File includes/environment.inc contains string:

drush_log('!type database type is unsupported.', array('!type' => $type), 'bootstrap');

Should be:

drush_log(dt('!type database type is unsupported.', array('!type' => $type)), 'bootstrap');

This line was added by this patch: http://drupal.org/node/595384

Sorry but I don't have time to make patch.
Thank you.

CommentFileSizeAuthor
#2 1370994.patch519 bytesrobloach

Comments

greg.1.anderson’s picture

Status: Active » Fixed

Committed to master and 4.x. Thanks.

robloach’s picture

Version: All-versions-4.x-dev »
Component: Make » Base system (internal API)
Status: Fixed » Needs review
StatusFileSize
new519 bytes

Feels weird to have a "needs backport to 4.x" tag.

greg.1.anderson’s picture

Status: Needs review » Fixed

Thanks for the patch, but I already put it in.

Status: Fixed » Closed (fixed)

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

Anonymous’s picture

Issue summary: View changes

Added link to source of problem.