Commit 205752f2 authored by Jérome Perrin's avatar Jérome Perrin

Translate some status messages and be more naming convention friendly

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14148 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6500aaed
......@@ -102,12 +102,12 @@ else:\n
commit_recurs = removed\n
\n
if changelog is None :\n
request.set(\'portal_status_message\', \'Please set a changelog message...\')\n
request.set(\'portal_status_message\', N_(\'Please Set a ChangeLog Message\'))\n
request.set(\'cancel_url\', context.absolute_url() + \'/BusinessTemplate_viewSvnStatus?do_extract=False&portal_status_message=Commit%20cancelled.\')\n
return context.asContext(added=added, modified=modified, removed=removed).BusinessTemplate_viewSvnChangelog()\n
\n
if changelog.strip() == \'\' :\n
request.set(\'portal_status_message\', "Error: Changelog Message can\'t be empty.")\n
request.set(\'portal_status_message\', N_("Error: ChangeLog Message can\'t be Empty"))\n
request.set(\'cancel_url\', context.absolute_url() + \'/BusinessTemplate_viewSvnStatus?do_extract=False&portal_status_message=Commit%20cancelled.\')\n
return context.asContext(added=added, modified=modified, removed=removed).BusinessTemplate_viewSvnChangelog()\n
\n
......
136
\ No newline at end of file
139
\ 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