]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
fix broken English
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 1 Oct 2011 15:04:36 +0000 (15:04 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 1 Oct 2011 15:04:36 +0000 (15:04 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11384 d7cf8633-e32d-0410-b094-e92efae38249

dpdefs/dpextensions.qc

index 57d943438e5a2f36caf3c9c37dfad4b7cb4ff34d..8d2148843e9aa27fb9ab84e579a543482ae75c3c 100644 (file)
@@ -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.
 //
 //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
 
 //DP_QC_LOG
 //darkplaces implementation: divVerent