X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fmenu%2Fxonotic%2Fslider_picmip.qc;h=93ad740cdea5afbac93bef5855b453fb056a590d;hb=1ab266594766ef637911e9962e1d6b3b4c1f513a;hp=7c1dec045e0c46c65574f0589c80c842a06f409e;hpb=221325d0a55851348e3397354225f04cd472d42f;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/menu/xonotic/slider_picmip.qc b/qcsrc/menu/xonotic/slider_picmip.qc index 7c1dec045..93ad740cd 100644 --- a/qcsrc/menu/xonotic/slider_picmip.qc +++ b/qcsrc/menu/xonotic/slider_picmip.qc @@ -20,7 +20,8 @@ entity makeXonoticPicmipSlider() } void XonoticPicmipSlider_configureXonoticPicmipSlider(entity me) { - me.configureXonoticTextSlider(me, "gl_picmip"); + me.configureXonoticTextSlider(me, "gl_picmip", + _("Change the sharpness of the textures. Lowering it will effectively reduce texture memory usage, but make the textures appear very blurry. (default: good)")); me.autofix(me); me.have_s3tc = GL_Have_TextureCompression(); }