# Set header_done to 1 only after the first bug.
$vars->{'header_done'} = 1;
}
- $vars->{'votes_recorded'} = 1;
+ $vars->{'message'} = 'votes_recorded';
}
######################
--- /dev/null
+[%# This Source Code Form is subject to th e terms of the Mozilla Public\r
+ # License, v. 2.0. If a copy of the MPL was not distributed with this\r
+ # file, You can obtain one at http://mozilla.org/MPL/2.0/.\r
+ #\r
+ # This Source Code Form is "Incompatible With Secondary Licenses", as\r
+ # defined by the Mozilla Public License, v. 2.0.\r
+ #%]\r
+\r
+[%# This is a list of all the possible messages. Please keep them in\r
+ # alphabetical order by message tag, and leave a blank line between messages.\r
+ #%]\r
+ \r
+[% IF message_tag == "votes_recorded" %]\r
+ The changes to your votes have been saved.\r
+[% END %]\r
+\r