--- moin-1.9.1/MoinMoin/action/edit.py	Thu Jan 15 10:14:12 1970
+++ moin-1.9.1/MoinMoin/action/edit.py	Thu Jan 15 10:14:12 1970
@@ -185,5 +185,6 @@
 
         # sets revision number to default for further actions
         request.rev = 0
-        request.theme.add_msg(savemsg, "info")
+        if savemsg != '' and savemsg != None:
+			request.theme.add_msg(savemsg, "info")
         pg.send_page()
--- moin-1.9.1/MoinMoin/PageEditor.py	Thu Jan 15 10:14:12 1970
+++ moin-1.9.1/MoinMoin/PageEditor.py	Thu Jan 15 10:14:12 1970
@@ -1111,7 +1111,7 @@
         # save only if no error occurred (msg is empty) and no abort has been requested
         if not msg:
             # set success msg
-            msg = _("Thank you for your changes. Your attention to detail is appreciated.")
+            msg = ""
 
             # determine action for edit log
             if action == 'SAVE' and not self.exists():
