refs #653 Rephrase "uninitialized value" message.

This commit is contained in:
Mathew Sutcliffe
2016-04-30 23:02:28 +01:00
parent 1a3e610cbf
commit a492189874
2 changed files with 5 additions and 5 deletions

View File

@@ -597,7 +597,7 @@ namespace BlackMisc
{
if (! value.isValid())
{
return CStatusMessage(this, invalidSeverity, "Uninitialized value for " + element.m_key, true);
return CStatusMessage(this, invalidSeverity, "Empty cache value " + element.m_key, true);
}
else if (value.userType() != element.m_metaType)
{