develop
kaetemi 4 years ago
parent e2afa4db5b
commit 32ce3667a3

@ -1344,7 +1344,7 @@ NLMISC_COMMAND(db, "Modify Database","<Property> <Value>")
else else
pIM->displaySystemInfo(toString("DB '%s' does not exist.", args[0].c_str())); pIM->displaySystemInfo(toString("DB '%s' does not exist.", args[0].c_str()));
#else #else
pIM->displaySystemInfo(ucstring("Can't write to DB when in Final Version.")); pIM->displaySystemInfo("Can't write to DB when in Final Version.");
#endif #endif
} }
else if (size == 1) else if (size == 1)

Loading…
Cancel
Save