added shopid
[indico-PayWay] / MaKaC / webinterface / rh / CFADisplay.py
index 844a7b8..a92750d 100644 (file)
@@ -147,7 +147,7 @@ class _AbstractSubmissionNotification:
         tw = TextWrapper()
         msg = [i18nformat("""_("Dear") %s,""") % self._abstract.getSubmitter().getStraightFullName()]
         msg.append("")
-        msg.append(tw.fill(_("The submission of your abstract has been successfully processed.")))
+        msg.append(tw.fill(_("The submission of your abstract has been successfully processed!")))
         msg.append("")
         tw.break_long_words = False
         msg.append(tw.fill(i18nformat("""_("Abstract submitted"):\n<%s>.""") % urlHandlers.UHUserAbstracts.getURL(self._conf)))