diff -r e6ce1a337e0f -r 047eaed35cbb project_files/HedgewarsMobile/Classes/WeaponCellView.m --- a/project_files/HedgewarsMobile/Classes/WeaponCellView.m Fri Sep 30 17:04:20 2011 +0200 +++ b/project_files/HedgewarsMobile/Classes/WeaponCellView.m Sat Oct 01 02:40:26 2011 +0200 @@ -102,9 +102,9 @@ helpLabel = [[UILabel alloc] init]; helpLabel.backgroundColor = [UIColor clearColor]; - helpLabel.textColor = [UIColor grayColor]; + helpLabel.textColor = [UIColor darkGrayColor]; helpLabel.textAlignment = UITextAlignmentRight; - helpLabel.font = [UIFont italicSystemFontOfSize:[UIFont smallSystemFontSize]]; + helpLabel.font = [UIFont italicSystemFontOfSize:[UIFont systemFontSize]]; [self.contentView addSubview:weaponName]; [self.contentView addSubview:weaponIcon];