From Craig Silverstein: add some internationalization calls.
This commit is contained in:
parent
097ec620e1
commit
27b7985a73
3 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue