Use better wording.

This commit is contained in:
Bartosz Taudul 2020-03-26 02:18:24 +01:00
parent 40281ce2a1
commit 6a96b5f1dc

View File

@ -12374,7 +12374,7 @@ void View::DrawInfo()
TextFocused( "Source locations:", RealToString( m_worker.GetSrcLocCount() ) );
TextFocused( "Strings:", RealToString( m_worker.GetStringsCount() ) );
TextFocused( "Symbols:", RealToString( m_worker.GetSymbolsCount() ) );
TextFocused( "Symbols code:", RealToString( m_worker.GetSymbolCodeCount() ) );
TextFocused( "Symbol code fragments:", RealToString( m_worker.GetSymbolCodeCount() ) );
if( ImGui::IsItemHovered() )
{
ImGui::BeginTooltip();