Commit c92f7c4b authored by Vincent Desmares's avatar Vincent Desmares

2008-09-10 vincentd

* Change action Title and Return message

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23543 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 58ef8c2c
......@@ -57,7 +57,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Create Task</string> </value>
<value> <string>Create a Task</string> </value>
</item>
<item>
<key> <string>visible</string> </key>
......
......@@ -88,7 +88,7 @@ task = context.task_module.newContent(\n
description=description,\n
)\n
translateString = context.Base_translateString\n
portal_status_message = translateString("The new Task")\n
portal_status_message = translateString("Object created.")\n
return task.Base_redirect(\'view\', \n
keep_items = dict(portal_status_message=portal_status_message),)\n
</string> </value>
......
......@@ -164,7 +164,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Create Task</string> </value>
<value> <string>Create a Task</string> </value>
</item>
<item>
<key> <string>uid</string> </key>
......
2008-09-10 vincentd
* Change action Title and Return message
2008-09-10 vincentd
* Fix the Quantity input and remove the total price input
......
588
\ No newline at end of file
589
\ 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