Use Unicode single quotes ‘’ in place of `' in strings throughout.

See: https://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
This commit is contained in:
Richard W.M. Jones
2017-03-30 21:58:46 +01:00
parent ee9af92963
commit 126ef5d082
22 changed files with 37 additions and 37 deletions

View File

@@ -102,7 +102,7 @@ static void __attribute__((noreturn))
usage (int status)
{
if (status != EXIT_SUCCESS)
fprintf (stderr, _("Try `%s --help' for more information.\n"),
fprintf (stderr, _("Try %s --help for more information.\n"),
getprogname ());
else {
printf (_("%s: list differences between virtual machines\n"