branch develop updated (31ffb9b -> 43e514c)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git from 31ffb9b fixes #6577 Display "no result" instead of nothing in search results new 43e514c Refs #6577 : Syntaxical modification The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 43e514c9ce8cc0eae8322024d1e3d463cbc6b6b9 Author: Léo Kaufmann <kaufmann@codelutin.com> Date: Tue Feb 3 15:39:35 2015 +0100 Refs #6577 : Syntaxical modification Summary of changes: coselmar-ui/src/main/webapp/i18n/fr.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git commit 43e514c9ce8cc0eae8322024d1e3d463cbc6b6b9 Author: Léo Kaufmann <kaufmann@codelutin.com> Date: Tue Feb 3 15:39:35 2015 +0100 Refs #6577 : Syntaxical modification --- coselmar-ui/src/main/webapp/i18n/fr.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coselmar-ui/src/main/webapp/i18n/fr.js b/coselmar-ui/src/main/webapp/i18n/fr.js index 170d3da..d5cea59 100644 --- a/coselmar-ui/src/main/webapp/i18n/fr.js +++ b/coselmar-ui/src/main/webapp/i18n/fr.js @@ -233,8 +233,8 @@ var translateFR = { "referential.search.multipleDocumentsFound" : "documents trouvés.", "referential.search.singleQuestionFound" : "projet trouvé.", "referential.search.multipleQuestionsFound" : "projets trouvés.", -"referential.search.noDocumentFound" : "Aucun document trouvés.", -"referential.search.noQuestionFound" : "Aucun projet trouvés.", +"referential.search.noDocumentFound" : "Aucun document trouvé.", +"referential.search.noQuestionFound" : "Aucun projet trouvé.", //Admin part -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm