diff options
Diffstat (limited to 'src/gui/setup_perfomance.cpp')
-rw-r--r-- | src/gui/setup_perfomance.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/setup_perfomance.cpp b/src/gui/setup_perfomance.cpp index 8c8969335..72cd08507 100644 --- a/src/gui/setup_perfomance.cpp +++ b/src/gui/setup_perfomance.cpp @@ -128,7 +128,7 @@ Setup_Perfomance::Setup_Perfomance(const Widget2 *const widget) : mTexturesList->fillFromArray(&texturesList[0], texturesListSize); // TRANSLATORS: settings option - new SetupItemDropDown(_("Enable texture compression (fast OpenGL)"), "", + new SetupItemDropDown(_("Enable texture compression (OpenGL)"), "", "compresstextures", this, "compresstexturesEvent", mTexturesList, 100); // TRANSLATORS: settings option |