Commit a1304a30 authored by Yusei Tahara's avatar Yusei Tahara

correct english.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23287 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4c2d68ea
......@@ -90,7 +90,7 @@ for period in period_list:\n
if period.getSimulationState() in valid_state_list:\n
if start_date <= period.getStopDate():\n
raise ValidationFailed, translateString(\n
"${date} is already in an opened accounting period",\n
"${date} is already in an open accounting period",\n
mapping={\'date\': start_date})\n
\n
if len(period_list) > 1:\n
......
751
\ No newline at end of file
752
\ 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