From Craig Silverstein: add some internationalization calls.

This commit is contained in:
Ian Lance Taylor 2007-10-14 04:06:18 +00:00
parent 097ec620e1
commit 27b7985a73
3 changed files with 3 additions and 3 deletions

View file

@ -824,7 +824,7 @@ Input_objects::add_object(Object* obj)
this->target_ = target;
else if (this->target_ != target)
{
fprintf(stderr, "%s: %s: incompatible target\n",
fprintf(stderr, _("%s: %s: incompatible target\n"),
program_name, obj->name().c_str());
gold_exit(false);
}