diff --git a/map/place_page_info.cpp b/map/place_page_info.cpp index 08870d71c8..1fdcbcd188 100644 --- a/map/place_page_info.cpp +++ b/map/place_page_info.cpp @@ -69,6 +69,7 @@ void Info::SetFromFeatureType(FeatureType & ft) else if (!m_primaryFeatureName.empty()) { m_uiTitle = m_primaryFeatureName; + m_uiSecondaryTitle = out.secondary; } else {