Remove spaces from description

This commit is contained in:
Barry Haddow 2012-08-10 14:55:48 +01:00
parent 5efcdc933f
commit ad6aa8dc8c

View File

@ -125,7 +125,7 @@ size_t GenerationDictionary::GetNumScoreComponents() const
std::string GenerationDictionary::GetScoreProducerDescription(unsigned) const
{
return "Generation score,file=" + m_filePath;
return "GenerationScore,file=" + m_filePath;
}
std::string GenerationDictionary::GetScoreProducerWeightShortName(unsigned) const