1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-02 16:57:47 +00:00

better grammar

This commit is contained in:
NotAdam 2019-06-16 00:27:10 +10:00
parent 537abfcf16
commit 7ae2d53664

View file

@ -359,7 +359,7 @@ bool DbManager::modeCheck()
if( missing > 0 ) if( missing > 0 )
{ {
Logger::warn( "Database is missing {} migrations.", missing ); Logger::warn( "Database is missing {} migration(s).", missing );
} }
else else
{ {