FACTOR: Mark translatable string as not a printf format string.
authorBen Pfaff <blp@gnu.org>
Fri, 12 Feb 2010 06:05:55 +0000 (22:05 -0800)
committerBen Pfaff <blp@gnu.org>
Fri, 12 Feb 2010 06:05:55 +0000 (22:05 -0800)
commitc74561b1a11c7ee5540336646f1f928bcbb77a05
tree0aa9676f27f5ea9039498c726790dd09918c84f5
parent16c70c9f2e041d4ff21f57c29be37e60be40c089
FACTOR: Mark translatable string as not a printf format string.

gettext uses a heuristic to guess whether a translatable string is a printf
format string.  In this case, it guesses wrong, so add a comment that tells
gettext that "% of Variance" is not a format string.

Without this change, the translationproject.org robot rejects translations.

Reported by fxmiguel@gmail.com.
src/language/stats/factor.c