ui: fixed status message text that appears when loading an empty project

This commit is contained in:
mlangkabel
2018-06-08 12:29:24 +02:00
parent 704808b26f
commit 269c1eb88c
+1 -1
View File
@@ -159,7 +159,7 @@ void Project::load()
"version.", false, false).dispatch();
break;
case PROJECT_STATE_EMPTY:
MessageStatus(L"Project could load any symbols because the index database is empty. Please re-index the "
MessageStatus(L"Project could not load any symbols because the index database is empty. Please re-index the "
"project.", false, false).dispatch();
break;
case PROJECT_STATE_OUTVERSIONED: