Commit d1d7cf37 authored by Jérome Perrin's avatar Jérome Perrin

non existant variable N_


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13031 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a786e0f5
...@@ -78,7 +78,7 @@ if not account.getGap():\n ...@@ -78,7 +78,7 @@ if not account.getGap():\n
raise ValidationFailed(N_("GAP is unset."))\n raise ValidationFailed(N_("GAP is unset."))\n
\n \n
for err in account.checkConsistency():\n for err in account.checkConsistency():\n
raise ValidationFailed(N(err[4]))\n raise ValidationFailed(N_(err[4]))\n
</string> </value> </string> </value>
</item> </item>
<item> <item>
...@@ -132,7 +132,6 @@ for err in account.checkConsistency():\n ...@@ -132,7 +132,6 @@ for err in account.checkConsistency():\n
<string>_getattr_</string> <string>_getattr_</string>
<string>_getiter_</string> <string>_getiter_</string>
<string>err</string> <string>err</string>
<string>N</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
192 193
\ 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