Commit 7bf27576 authored by Romain Courteaud's avatar Romain Courteaud

Fix typo

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20993 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bc8a82ee
......@@ -94,7 +94,7 @@
<value> <string>Base_viewFieldLibrary</string> </value>
</item>
<item>
<key> <string>items</string> </key>
<key> <string>items</string> </key>
<value>
<list>
<tuple>
......@@ -109,7 +109,7 @@
<value> <string>Click to edit the target</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<key> <string>title</string> </key>
<value> <string>Event Type</string> </value>
</item>
</dictionary>
......@@ -129,7 +129,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: [(here.Base_translateString(x), x) for x in here.getPortalEventTypeList() if context.Base_checkPermission(here.getDefaultModuleId(x), \'Add portal content\')]</string> </value>
<value> <string>python: [(here.Base_translateString(x), x) for x in here.getPortalEventTypeList() if here.Base_checkPermission(here.getDefaultModuleId(x), \'Add portal content\')]</string> </value>
</item>
</dictionary>
</pickle>
......
233
\ No newline at end of file
234
\ 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