[Erp5-report] r19390 - in /erp5/trunk/bt5/erp5_crm: SkinTemplateItem/portal_skins/erp5_crm/...

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Feb 19 14:39:52 CET 2008


Author: jerome
Date: Tue Feb 19 14:39:50 2008
New Revision: 19390

URL: http://svn.erp5.org?rev=19390&view=rev
Log:
Don't use (s) in message, use plural instead.

Modified:
    erp5/trunk/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/PersonModule_newEvent.xml
    erp5/trunk/bt5/erp5_crm/bt/revision

Modified: erp5/trunk/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/PersonModule_newEvent.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/PersonModule_newEvent.xml?rev=19390&r1=19389&r2=19390&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/PersonModule_newEvent.xml (original)
+++ erp5/trunk/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/PersonModule_newEvent.xml Tue Feb 19 14:39:50 2008
@@ -121,9 +121,11 @@
   count = 1\n
 \n
 # Redirect to the event module (but is this the best place to go since events are not yet indexed ?)\n
-portal_status_message = translateString("Created and associated ${count} new ${portal_type}(s) to the selected ticket.", \n
-                                    mapping = dict(portal_type = portal_type, count=count))\n
-context.Base_redirect(form_id, keep_items = dict(portal_status_message=portal_status_message, selection_name=selection_name, selection_index=selection_index), **kw)\n
+portal_status_message = translateString("Created and associated ${count} new Events to the selected Ticket.", \n
+                                        mapping=dict(count=count))\n
+context.Base_redirect(form_id, keep_items = dict(portal_status_message=portal_status_message,\n
+                                                 selection_name=selection_name,\n
+                                                 selection_index=selection_index), **kw)\n
 
 
 ]]></string> </value>

Modified: erp5/trunk/bt5/erp5_crm/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_crm/bt/revision?rev=19390&r1=19389&r2=19390&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_crm/bt/revision (original)
+++ erp5/trunk/bt5/erp5_crm/bt/revision Tue Feb 19 14:39:50 2008
@@ -1,1 +1,1 @@
-159
+163




More information about the Erp5-report mailing list