You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by pr...@apache.org on 2016/07/02 08:57:29 UTC

svn commit: r1751042 - /ofbiz/trunk/applications/content/config/ContentUiLabels.xml

Author: pranayp
Date: Sat Jul  2 08:57:29 2016
New Revision: 1751042

URL: http://svn.apache.org/viewvc?rev=1751042&view=rev
Log:
[OFBIZ-7676] Fixed UI Labels for Forum group name on forum group roles and purposes screens. 
Thanks Mohammed Rehan Khan for the contribution.

Modified:
    ofbiz/trunk/applications/content/config/ContentUiLabels.xml

Modified: ofbiz/trunk/applications/content/config/ContentUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/config/ContentUiLabels.xml?rev=1751042&r1=1751041&r2=1751042&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/config/ContentUiLabels.xml (original)
+++ ofbiz/trunk/applications/content/config/ContentUiLabels.xml Sat Jul  2 08:57:29 2016
@@ -7283,7 +7283,7 @@
         <value xml:lang="ar">أهداف من أجل مجموعة المنتدى:</value>
         <value xml:lang="da">Formål for forumgruppe</value>
         <value xml:lang="de">Zwecke für Forumgruppe:</value>
-        <value xml:lang="en">Purposes for forumgroup:</value>
+        <value xml:lang="en">Purposes for forumgroup: ${objectName} [${objectId}]</value>
         <value xml:lang="fr">Buts pour le groupe de forums</value>
         <value xml:lang="it">Funzioni per gruppo forum:</value>
         <value xml:lang="ja">フォーラムグループの目的</value>
@@ -7298,7 +7298,7 @@
         <value xml:lang="ar">أدوار لمجموعة المنتدى:</value>
         <value xml:lang="da">Roller for forumgruppe</value>
         <value xml:lang="de">Rollen für Forumgruppe:</value>
-        <value xml:lang="en">Roles for forumgroup:</value>
+        <value xml:lang="en">Roles for forumgroup: ${objectName} [${objectId}]</value>
         <value xml:lang="fr">Rôles pour le groupe de forums : </value>
         <value xml:lang="it">Ruoli per gruppo forum:</value>
         <value xml:lang="ja">フォーラムグループのロール</value>