Commit 1325f9b8 authored by Jérome Perrin's avatar Jérome Perrin

don't use (s) in jump actions titles

http://www.erp5.org/GuidelinesForNamingConvention
"""If you are not sure whether a noun should be singular or plural, use
plural."""



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21336 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e37e5a00
......@@ -55,7 +55,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Sale Order Line(s)</string> </value>
<value> <string>Sale Order Lines</string> </value>
</item>
<item>
<key> <string>visible</string> </key>
......
......@@ -55,7 +55,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Sale Order Line(s)</string> </value>
<value> <string>Sale Order Lines</string> </value>
</item>
<item>
<key> <string>visible</string> </key>
......
......@@ -55,7 +55,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Related Task(s)</string> </value>
<value> <string>Related Tasks</string> </value>
</item>
<item>
<key> <string>visible</string> </key>
......
......@@ -55,7 +55,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Related Task Report(s)</string> </value>
<value> <string>Related Task Reports</string> </value>
</item>
<item>
<key> <string>visible</string> </key>
......
513
\ No newline at end of file
514
\ 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