mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-26 22:57:00 +02:00
Fix text label and location on sell articacts windows
This one fixes issue 1998
This commit is contained in:
parent
150c8425f5
commit
36e05402d8
@ -734,8 +734,8 @@ CMarketplaceWindow::CMarketplaceWindow(const IMarket *Market, const CGHeroInstan
|
|||||||
break;
|
break;
|
||||||
case EMarketMode::ARTIFACT_RESOURCE:
|
case EMarketMode::ARTIFACT_RESOURCE:
|
||||||
//%s's Artifacts
|
//%s's Artifacts
|
||||||
new CLabel(152, 102, FONT_SMALL, CENTER, Colors::WHITE,
|
new CLabel(152, 56, FONT_SMALL, CENTER, Colors::WHITE,
|
||||||
boost::str(boost::format(CGI->generaltexth->allTexts[272]) % hero->name));
|
boost::str(boost::format(CGI->generaltexth->allTexts[271]) % hero->name));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user