ItEr48S04ValidacionEProbasFuncionaisItEr47S04: Fixing typo.

This commit is contained in:
Óscar González Fernández 2010-02-19 16:05:44 +01:00
parent 38c183a9b0
commit 4c727ac8a3
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@
<vbox apply="org.navalplanner.web.error.PageForErrorOnEvent"
sclass="errorbox">
<i18n id="message"
value="Run-time error: {0} . Error was registered and it&#039;ll be fixed as soon as possible." arg0="${requestScope['javax.servlet.error.message']}" />
value="Run-time error: {0} . Error was registered and it will be fixed as soon as possible." arg0="${requestScope['javax.servlet.error.message']}" />
<hbox style="margin-left:auto; margin-right:auto">
<button id="reload" label="${i18n:_('Reload')}" />
<button id="quitSession" label="${i18n:_('Exit session')}"></button>

View file

@ -23,7 +23,7 @@
apply="org.navalplanner.web.error.PageForErrorOnEvent">
<vbox>
<i18n id="message"
value="Run-time error: {0} . Error was registered and it&#039;ll be fixed as soon as possible." arg0="${requestScope['javax.servlet.error.message']}" />
value="Run-time error: {0} . Error was registered and it will be fixed as soon as possible." arg0="${requestScope['javax.servlet.error.message']}" />
<hbox style="margin-left:auto; margin-right:auto">
<button id="continueWorking" label="${i18n:_('Continue')}" />
<button id="reload" label="${i18n:_('Reload')}" />