ui: renamed 'relations' to 'references' in overview stats

This commit is contained in:
Eberhard Graether
2019-04-23 14:14:49 +02:00
parent 25325244d7
commit 76aed77f59
@@ -79,7 +79,7 @@ void CodeController::handleMessage(MessageActivateAll* message)
ss << "\t" + std::to_string(stats.fileLOCCount) + " lines of code\n";
ss << "\n";
ss << "\t" + std::to_string(stats.nodeCount) + " symbols\n";
ss << "\t" + std::to_string(stats.edgeCount) + " relations\n";
ss << "\t" + std::to_string(stats.edgeCount) + " references\n";
ss << "\n";
ss << "\t" + std::to_string(errorCount.total) + " errors (" + std::to_string(errorCount.fatal) + " fatal)\n";
ss << "\n";