]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commitdiff
Typo in cvar description
authorWolfgang (Blub) Bumiller <blub@speed.at>
Mon, 31 Oct 2011 11:14:52 +0000 (12:14 +0100)
committerWolfgang Bumiller <wolfgang.linux@bumiller.com>
Mon, 30 Apr 2012 18:59:35 +0000 (20:59 +0200)
ft2.c

diff --git a/ft2.c b/ft2.c
index f55d0e220d5411e4fb789277317b7bcfb9f8a247..e1c2fe491afef56fc74a7e6f9eecee842d87dde5 100644 (file)
--- a/ft2.c
+++ b/ft2.c
@@ -34,7 +34,7 @@ CVars introduced with the freetype extension
 */
 
 cvar_t r_font_disable_freetype = {CVAR_SAVE, "r_font_disable_freetype", "1", "disable freetype support for fonts entirely"};
-cvar_t r_font_use_alpha_textures = {CVAR_SAVE, "r_font_use_alpha_textures", "0", "use alpha-textures for font rendering, this should safe memory"};
+cvar_t r_font_use_alpha_textures = {CVAR_SAVE, "r_font_use_alpha_textures", "0", "use alpha-textures for font rendering, this should save memory"};
 cvar_t r_font_size_snapping = {CVAR_SAVE, "r_font_size_snapping", "1", "stick to good looking font sizes whenever possible - bad when the mod doesn't support it!"};
 cvar_t r_font_kerning = {CVAR_SAVE, "r_font_kerning", "1", "Use kerning if available"};
 cvar_t r_font_diskcache = {CVAR_SAVE, "r_font_diskcache", "0", "save font textures to disk for future loading rather than generating them every time"};