Commit 437dddeb authored by Jérome Perrin's avatar Jérome Perrin

use getCategoryChildTranslatedIndentedTitleItemList instead of...

use getCategoryChildTranslatedIndentedTitleItemList instead of getCategoryChildIndentedTitleItemList

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17400 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 79d2aad7
......@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<tuple>
<string>Products.PythonScripts.PythonScript</string>
<string>PythonScript</string>
</tuple>
<none/>
<global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......@@ -74,7 +71,7 @@ N_ = lambda msg: Message(\'erp5_ui\', msg)\n
return [\n
(\'\', \'\'),\n
(N_(\'Logical Path\'), \'getCategoryChildTranslatedLogicalPathItemList\', ),\n
(N_(\'Indented Title\'), \'getCategoryChildIndentedTitleItemList\', )\n
(N_(\'Indented Title\'), \'getCategoryChildTranslatedIndentedTitleItemList\', )\n
]\n
</string> </value>
</item>
......
556
\ No newline at end of file
557
\ 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