mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Use better wording.
This commit is contained in:
parent
40281ce2a1
commit
6a96b5f1dc
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user