changeset 533:cb9ee0ba01ce

Explain curation in upload dialog box.
author Simon Cross <hodgestar@gmail.com>
date Sun, 18 Sep 2011 01:14:52 +0200
parents f2f7a91aae95
children b02c079fae8a
files mamba/habitats/editor.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mamba/habitats/editor.py	Sun Sep 18 01:14:50 2011 +0200
+++ b/mamba/habitats/editor.py	Sun Sep 18 01:14:52 2011 +0200
@@ -260,7 +260,8 @@
         except:
             mtxt = "Failed to upload level. :("
         else:
-            mtxt = "Success! " + mtxt
+            mtxt = "Success! %s\n%s" % (mtxt,
+                   "Your level is now awaiting curation.")
 
         message = MessageBox((300, 300), mtxt)
         self.display_dialog(message)