summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Kuehling <fxkuehl@gmx.de>2004-01-08 22:49:26 +0000
committerFelix Kuehling <fxkuehl@gmx.de>2004-01-08 22:49:26 +0000
commit0f47e002bcec7524545c03e41c8f949c4647b963 (patch)
tree153b59c5443a8d0acef52d8a0b9079873544d47e
parent088eb4fb9baef8350bc7af5fadcca646e2829fe0 (diff)
Fixed a few typos in the german translation.
-rw-r--r--src/mesa/drivers/dri/common/xmlpool.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mesa/drivers/dri/common/xmlpool.h b/src/mesa/drivers/dri/common/xmlpool.h
index 64a1ffaf5d..45dfb33a5b 100644
--- a/src/mesa/drivers/dri/common/xmlpool.h
+++ b/src/mesa/drivers/dri/common/xmlpool.h
@@ -140,7 +140,7 @@ DRI_CONF_OPT_BEGIN_V(texture_depth,enum,def,"0:3") \
DRI_CONF_ENUM(3,"Force 16 bits") \
DRI_CONF_DESC_END \
DRI_CONF_DESC_BEGIN(de,"Texturfarbtiefe") \
- DRI_CONF_ENUM(0,"Bevorzugt so wie Frambuffer") \
+ DRI_CONF_ENUM(0,"Bevorzugt so wie Framebuffer") \
DRI_CONF_ENUM(1,"Bevorzugt 32 Bits") \
DRI_CONF_ENUM(2,"Bevorzugt 16 Bits") \
DRI_CONF_ENUM(3,"Höchstens 16 Bits") \
@@ -225,8 +225,8 @@ DRI_CONF_OPT_BEGIN_V(tcl_mode,enum,def,"0:3") \
DRI_CONF_DESC_BEGIN(de,"TCL Modus (Transformation, Clipping, Licht)") \
DRI_CONF_ENUM(0,"Software") \
DRI_CONF_ENUM(1,"TCL Stufe in MESA Pipeline") \
- DRI_CONF_ENUM(2,"Umgehe MESA's Pipeline") \
- DRI_CONF_ENUM(3,"Umgehe MESA's Pipeline mit zustandsbasierter Codegenerierung") \
+ DRI_CONF_ENUM(2,"Umgehe MESAs Pipeline") \
+ DRI_CONF_ENUM(3,"Umgehe MESAs Pipeline mit zustandsbasierter Codegenerierung") \
DRI_CONF_DESC_END \
DRI_CONF_OPT_END
@@ -243,7 +243,7 @@ DRI_CONF_OPT_BEGIN_V(fthrottle_mode,enum,def,"0:2") \
DRI_CONF_DESC_BEGIN(de,"Framethrottling") \
DRI_CONF_ENUM(0,"Aktives Warten") \
DRI_CONF_ENUM(1,"Usleeps") \
- DRI_CONF_ENUM(2,"Sortware Interrutps") \
+ DRI_CONF_ENUM(2,"Software Interrutps") \
DRI_CONF_DESC_END \
DRI_CONF_OPT_END