diff --git a/data/locale/en-US.ini b/data/locale/en-US.ini index ad71d56..9ba8688 100644 --- a/data/locale/en-US.ini +++ b/data/locale/en-US.ini @@ -9,6 +9,7 @@ MipGenerator.Smoothen="Smoothen" MipGenerator.Bicubic="Bicubic" MipGenerator.Lanczos="Lanczos" MipGenerator.Strength="Strength" +FileFilters.Images="Images (*.bmp *.png *.tga *.tiff *.jpg *.jpeg)" # Custom Shader CustomShader.Type="Type" diff --git a/source/strings.h b/source/strings.h index 26ed57c..3dbfde5 100644 --- a/source/strings.h +++ b/source/strings.h @@ -24,6 +24,7 @@ #define P_DESC(x) x ".Description" #define S_ADVANCED "Advanced" +#define S_FILEFILTERS_IMAGES "FileFilters.Images" namespace strings { static const char* Advanced = "Advanced";