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:
parent
46dbbc06c9
commit
7c16ced6d4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue