driconf: Fix missing gettext
authorAxel Davy <axel.davy@ens.fr>
Tue, 6 Dec 2016 20:58:25 +0000 (21:58 +0100)
committerAxel Davy <axel.davy@ens.fr>
Tue, 20 Dec 2016 22:44:21 +0000 (23:44 +0100)
DRI_CONF_NINE_OVERRIDEVENDOR was missing gettext for the
description.

Signed-off-by: Axel Davy <axel.davy@ens.fr>
src/mesa/drivers/dri/common/xmlpool/t_options.h

index 7b78105..0ab2efc 100644 (file)
@@ -374,7 +374,7 @@ DRI_CONF_OPT_END
 
 #define DRI_CONF_NINE_OVERRIDEVENDOR(def) \
 DRI_CONF_OPT_BEGIN(override_vendorid, int, def) \
-        DRI_CONF_DESC(en,"Define the vendor_id to report. This allows faking another hardware vendor.") \
+        DRI_CONF_DESC(en,gettext("Define the vendor_id to report. This allows faking another hardware vendor.")) \
 DRI_CONF_OPT_END
 
 #define DRI_CONF_NINE_ALLOWDISCARDDELAYEDRELEASE(def) \