ui: fixed status message text that appears when loading an empty project
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user