Commit 8c88c250 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

* update title of start_date and stop_date on Assignment listbox.

* update title of Currency Exchange Lines listbox.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25764 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent afd7b80b
...@@ -167,7 +167,7 @@ ...@@ -167,7 +167,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Currency Exchange Rates</string> </value> <value> <string>Currency Exchange Lines</string> </value>
</item> </item>
</dictionary> </dictionary>
</value> </value>
......
...@@ -118,11 +118,11 @@ ...@@ -118,11 +118,11 @@
</tuple> </tuple>
<tuple> <tuple>
<string>start_date</string> <string>start_date</string>
<string>Begin</string> <string>Start Date</string>
</tuple> </tuple>
<tuple> <tuple>
<string>stop_date</string> <string>stop_date</string>
<string>End</string> <string>Stop Date</string>
</tuple> </tuple>
<tuple> <tuple>
<string>translated_validation_state_title</string> <string>translated_validation_state_title</string>
...@@ -137,11 +137,11 @@ ...@@ -137,11 +137,11 @@
<list> <list>
<tuple> <tuple>
<string>start_date</string> <string>start_date</string>
<string>Begin</string> <string>Start Date</string>
</tuple> </tuple>
<tuple> <tuple>
<string>stop_date</string> <string>stop_date</string>
<string>End</string> <string>Stop Date</string>
</tuple> </tuple>
</list> </list>
</value> </value>
......
532 533
\ No newline at end of file \ 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