Commit a4e2cbf6 authored by Yusei Tahara's avatar Yusei Tahara

2008-09-09 yusei

* Fixed wrong messages.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23523 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 89a636a9
......@@ -92,7 +92,7 @@ context.activate(after_tag=tag).getTitle()\n
\n
return request.RESPONSE.redirect( \'%s/%s?portal_status_message=%s\' % (\n
context.absolute_url(), form_id,\n
translateString("Workflow Modification in Progress")))\n
translateString("Workflow modification in progress.")))\n
</string> </value>
</item>
<item>
......@@ -186,6 +186,12 @@ return request.RESPONSE.redirect( \'%s/%s?portal_status_message=%s\' % (\n
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>uid</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>warnings</string> </key>
<value>
......
......@@ -123,6 +123,12 @@
</dictionary>
</value>
</item>
<item>
<key> <string>uid</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>values</string> </key>
<value>
......@@ -246,7 +252,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: field.getTemplateField().get_value(\'columns\') + [(\'related_object_list_quantity\', \'No related objects.\')]</string> </value>
<value> <string>python: field.getTemplateField().get_value(\'columns\') + [(\'related_object_list_quantity\', \'Number of Related Objects\')]</string> </value>
</item>
</dictionary>
</pickle>
......@@ -262,7 +268,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: field.getTemplateField().get_value(\'editable_columns\') + [(\'related_object_list_quantity\', \'No related objects.\')]</string> </value>
<value> <string>python: field.getTemplateField().get_value(\'editable_columns\') + [(\'related_object_list_quantity\', \'Number of Related Objects\')]</string> </value>
</item>
</dictionary>
</pickle>
......
2008-09-09 yusei
* Fixed wrong messages.
2008-09-07 yusei
* Replace "+" with " " in translation messages.
......
956
\ No newline at end of file
957
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment