TASKPM/libreplan-webapp
Oscar Gonzalez Fernandez f1a7c0370a Fix bug #1643
Java's Gettext Commons,
http://xnap-commons.sourceforge.net/gettext-commons/, uses
java.text.MessageFormat for doing the parameter substitution.
MessageFormat interprets ' as an escaping character. In order to
introduce ', you have to escape it, i.e., you have to type '' instead.
Otherwise posterior positional parameters like {0} aren't interpreted.
2014-04-02 18:49:35 +02:00
..
src Fix bug #1643 2014-04-02 18:49:35 +02:00
pom.xml Use a connection data pool when running tests 2013-06-05 12:33:57 +02:00