Merge Dave Dittman's missing whitespace into maint

This commit is contained in:
John Ralls 2020-01-03 13:54:59 -08:00
commit c9998a8ad8

View File

@ -486,10 +486,10 @@ test_gnc_setlocale (int category, gchar *locale)
if (localeval != NULL) if (localeval != NULL)
return; return;
} }
g_fprintf (stderr, "There are some differences between distros in the way they name" g_fprintf (stderr, "There are some differences between distros in the way they name "
"locales, and this can cause trouble with the locale-based" "locales, and this can cause trouble with the locale-based "
"formatting. If you get the assert in this function, run locale -a" "formatting. If you get the assert in this function, run locale -a "
"and make sure that en_US, en_GB, and fr_FR are installed and that" "and make sure that en_US, en_GB, and fr_FR are installed and that "
"if a suffix is needed it's in the suffixes array."); "if a suffix is needed it's in the suffixes array.");
g_assert_not_reached (); g_assert_not_reached ();
} }