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