branch develop updated (60a57ee -> 84826cf)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git from 60a57ee Ajoute les traductions espagnoles manquantes new 84826cf Fix build 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 84826cf10b041bf980ad16c0d51f68fa256124d0 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Sep 5 11:03:21 2016 +0200 Fix build Summary of changes: .../observe/application/swing/ui/content/ref/ContentReferenceUI.jaxx | 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 observe. See https://gitlab.nuiton.org/codelutin/observe.git commit 84826cf10b041bf980ad16c0d51f68fa256124d0 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Sep 5 11:03:21 2016 +0200 Fix build --- .../observe/application/swing/ui/content/ref/ContentReferenceUI.jaxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/ref/ContentReferenceUI.jaxx b/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/ref/ContentReferenceUI.jaxx index 5431b03..be6b541 100644 --- a/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/ref/ContentReferenceUI.jaxx +++ b/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/ref/ContentReferenceUI.jaxx @@ -22,7 +22,7 @@ <fr.ird.observe.application.swing.ui.content.ContentUI abstract='true' superGenericType='E' - contentTitle='{t("observe.type.management", t(ObserveI18nDecoratorHelper.getTypePlurialI18nKey(bean.getClass())))}' + contentTitle='{t("observe.type.management", t(ObserveI18nDecoratorHelper.getTypePluralI18nKey(bean.getClass())))}' genericType='E extends ReferentialDto'> <import> @@ -46,7 +46,7 @@ static org.nuiton.i18n.I18n.t </import> - <java.lang.String id='pluralTypeI18nKey' initializer='t(ObserveI18nDecoratorHelper.getTypePlurialI18nKey(bean.getClass()))'/> + <java.lang.String id='pluralTypeI18nKey' initializer='t(ObserveI18nDecoratorHelper.getTypePluralI18nKey(bean.getClass()))'/> <java.lang.String id='typeI18nKey' initializer='t(ObserveI18nDecoratorHelper.getTypeI18nKey(bean.getClass()))'/> <java.lang.String id='listText' initializer='t("observe.type.list", pluralTypeI18nKey)'/> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm