svn commit: r779873 - /ofbiz/trunk/applications/party/config/PartyHelpUrls.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r779873 - /ofbiz/trunk/applications/party/config/PartyHelpUrls.xml

hansbak-2
Author: hansbak
Date: Fri May 29 07:07:30 2009
New Revision: 779873

URL: http://svn.apache.org/viewvc?rev=779873&view=rev
Log:
more sensible naming on party help pages, could do because Confluence pages did not exist yet

Modified:
    ofbiz/trunk/applications/party/config/PartyHelpUrls.xml

Modified: ofbiz/trunk/applications/party/config/PartyHelpUrls.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/config/PartyHelpUrls.xml?rev=779873&r1=779872&r2=779873&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/config/PartyHelpUrls.xml (original)
+++ ofbiz/trunk/applications/party/config/PartyHelpUrls.xml Fri May 29 07:07:30 2009
@@ -19,29 +19,32 @@
     under the License.
 -->
 <resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+    <property key="PARTY_main">
+        <value xml:lang="en">Party</value>
+    </property>
     <property key="PARTY_findparty">
-        <value xml:lang="en">Parties</value>
+        <value xml:lang="en">Party</value>
     </property>
     <property key="PARTY_FindCommunicationEvents">
-        <value xml:lang="en">Communications</value>
+        <value xml:lang="en">Party Communications</value>
     </property>
     <property key="PARTY_showvisits">
-        <value xml:lang="en">Visits</value>
+        <value xml:lang="en">Party Visits</value>
     </property>
     <property key="PARTY_FindPartyClassificationGroups">
-        <value xml:lang="en">Classifications</value>
+        <value xml:lang="en">Party Classifications</value>
     </property>
     <property key="PARTY_FindSecurityGroup">
-        <value xml:lang="en">Security</value>
+        <value xml:lang="en">Party Security</value>
     </property>
     <property key="PARTY_AddressMatchMap">
-        <value xml:lang="en">Address Match Map</value>
+        <value xml:lang="en">Party Address Match Map</value>
     </property>
     <property key="PARTY_partyInvitation">
-        <value xml:lang="en">Invitation</value>
+        <value xml:lang="en">Party Invitation</value>
     </property>
     <property key="PARTY_CreateNewParty">
-        <value xml:lang="en">Create new party</value>
+        <value xml:lang="en">Party new</value>
     </property>
 
 </resource>