From: divverent Date: Sat, 1 Oct 2011 15:04:36 +0000 (+0000) Subject: fix broken English X-Git-Tag: xonotic-v0.6.0~163^2~168 X-Git-Url: http://de.git.xonotic.org/?a=commitdiff_plain;h=df5eb492ae79c0eb2fe4357db00e8a5129b026f6;p=xonotic%2Fdarkplaces.git fix broken English git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11384 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/dpdefs/dpextensions.qc b/dpdefs/dpextensions.qc index 57d94343..8d214884 100644 --- a/dpdefs/dpextensions.qc +++ b/dpdefs/dpextensions.qc @@ -928,8 +928,9 @@ float GETTIME_CDTRACK = 4; //The language is set by the "prvm_language" cvar: if prvm_language is set to //"de", it will read progs.dat.de.po for translating strings in progs.dat. // -//If prvm_language is set to to the special name "dump", progs.dat.pot which is -//a translation template to be edited by filling out the msgstr entries. +//If prvm_language is set to the special name "dump", progs.dat.pot will be +//written, which is a translation template to be edited by filling out the +//msgstr entries. //DP_QC_LOG //darkplaces implementation: divVerent