bi: The file format's name is JPEG, not JPG

(jpg is the most common file extension, not the format's name.)
This commit is contained in:
Iris Morelle 2019-11-04 21:40:11 -03:00
parent 46dbbc06c9
commit 7c16ced6d4

View file

@ -266,7 +266,7 @@ version_table_manager::version_table_manager()
// Features table.
//
features.emplace_back(N_("feature^JPG screenshots"));
features.emplace_back(N_("feature^JPEG screenshots"));
#ifdef SDL_IMAGE_VERSION_ATLEAST
#if SDL_IMAGE_VERSION_ATLEAST(2, 0, 2)
features.back().enabled = true;