You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by er...@apache.org on 2011/03/02 12:28:09 UTC

svn commit: r1076173 - in /ofbiz/trunk/framework/common: config/CommonUiLabels.xml widget/HelpScreens.xml

Author: erwan
Date: Wed Mar  2 11:28:09 2011
New Revision: 1076173

URL: http://svn.apache.org/viewvc?rev=1076173&view=rev
Log:
Typo in ui*L*abelMap.CommonExtHelpTitle + French translation

Modified:
    ofbiz/trunk/framework/common/config/CommonUiLabels.xml
    ofbiz/trunk/framework/common/widget/HelpScreens.xml

Modified: ofbiz/trunk/framework/common/config/CommonUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/config/CommonUiLabels.xml?rev=1076173&r1=1076172&r2=1076173&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/config/CommonUiLabels.xml (original)
+++ ofbiz/trunk/framework/common/config/CommonUiLabels.xml Wed Mar  2 11:28:09 2011
@@ -2896,6 +2896,7 @@
     </property>
     <property key="CommonExtHelpTitle">
         <value xml:lang="en">Help screen.</value>
+        <value xml:lang="fr">Ecran d'aide</value>
         <value xml:lang="it">Videata di aiuto.</value>
         <value xml:lang="pt_BR">Tela de Ajuda.</value>
     </property>

Modified: ofbiz/trunk/framework/common/widget/HelpScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/widget/HelpScreens.xml?rev=1076173&r1=1076172&r2=1076173&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/widget/HelpScreens.xml (original)
+++ ofbiz/trunk/framework/common/widget/HelpScreens.xml Wed Mar  2 11:28:09 2011
@@ -94,7 +94,7 @@ under the License.
                             <fail-widgets>
                                 <decorator-screen name="LookupDecorator">
                                     <decorator-section name="body">
-                                        <screenlet title="${uilabelMap.CommonExtHelpTitle}" navigation-menu-name="lookupMenu">
+                                        <screenlet title="${uiLabelMap.CommonExtHelpTitle}" navigation-menu-name="lookupMenu">
                                             <include-menu name="lookupMenu" location="component://content/widget/content/ContentMenus.xml"/>
                                             <include-screen name="showDocument"/>
                                         </screenlet>