Changed most "backticks" (grave accents) into apostrophes.
Quotations that are embraced by tick marks now look better, in most fonts.
This commit is contained in:
@@ -165,5 +165,5 @@ void DelObjData (const char* Module)
|
||||
}
|
||||
|
||||
/* Not found! */
|
||||
Warning ("Module `%s' not found in library `%s'", Module, LibName);
|
||||
Warning ("Module '%s' not found in library '%s'", Module, LibName);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user