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:
@@ -80,7 +80,7 @@ static enum Mode GetMode (const Collection* A)
|
||||
} else if (strcmp (Mode, "shaped") == 0) {
|
||||
return smShaped;
|
||||
} else {
|
||||
Error ("Invalid value for attribute `mode'");
|
||||
Error ("Invalid value for attribute 'mode'");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user