Commit da38e142 authored by Rafael Monnerat's avatar Rafael Monnerat Committed by Sebastien Robin

Fix typo and improve message.

parent bb2e12bc
...@@ -57,7 +57,7 @@ if len(uids):\n ...@@ -57,7 +57,7 @@ if len(uids):\n
for alarm in context.portal_alarms.searchFolder(uid=uids):\n for alarm in context.portal_alarms.searchFolder(uid=uids):\n
alarm.solve()\n alarm.solve()\n
# Invoke activiveSense a bit later\n # Invoke activiveSense a bit later\n
alarm.activity().activeSense()\n alarm.activate().activeSense()\n
portal_status_message = N_("Site Configuration is going to be fixed by Activities.")\n portal_status_message = N_("Site Configuration is going to be fixed by Activities.")\n
else:\n else:\n
portal_status_message = N_("No Site Configuration fix was request.")\n portal_status_message = N_("No Site Configuration fix was request.")\n
...@@ -69,7 +69,7 @@ if enable_alarm:\n ...@@ -69,7 +69,7 @@ if enable_alarm:\n
alarm.setEnabled(1)\n alarm.setEnabled(1)\n
updated = True\n updated = True\n
if updated:\n if updated:\n
portal_status_message += N_("Consistency Information Periodical Update was enabled.")\n portal_status_message += N_("Consistency Check information will be periodically updated.")\n
\n \n
form_id = context.REQUEST.get("form_id", "")\n form_id = context.REQUEST.get("form_id", "")\n
\n \n
......
16 17
\ 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