Commit 563e9782 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

cosmetic change only : add a newline after else:.

parent 911295b6
......@@ -58,7 +58,7 @@ if len(choosen) == 1:\n
# XXX listbox validator does not show the validation failed message, so use portal status message instead\n
if len(choosen) == 0:\n
container.REQUEST.set(\'portal_status_message\', translateString("You must select one action."))\n
else:
else:\n
container.REQUEST.set(\'portal_status_message\', translateString("You must select only one action."))\n
return False\n
</string> </value>
......
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