diff --git a/adminstuds.php b/adminstuds.php
index ab2cacd37c5082433c80edbe1a1b17a552c87ce7..57e966828f5c758b70a8cba543fd9ae9ed48f754 100644
--- a/adminstuds.php
+++ b/adminstuds.php
@@ -70,6 +70,15 @@ if ($poll) {
     exit;
 }
 
+// -------------------------------
+// creation message
+// -------------------------------
+
+if (isset($_SESSION["Framadate"]["messagePollCreated"])) {
+	unset($_SESSION["Framadate"]["messagePollCreated"]);
+	$message = new Message('success', __('adminstuds', 'The poll is created.'));
+}
+
 // -------------------------------
 // Update poll info
 // -------------------------------
diff --git a/create_classic_poll.php b/create_classic_poll.php
index 5e887744c4f88aca3b52f304e4467a50b8d6c268..2465cfe1dcc809efd85f552c11bfcd22249d72db 100644
--- a/create_classic_poll.php
+++ b/create_classic_poll.php
@@ -108,6 +108,9 @@ if (empty($_SESSION['form']->title) || empty($_SESSION['form']->admin_name) || (
         // Delete old polls
         $purgeService->purgeOldPolls();
 
+        // creation message
+        $_SESSION["Framadate"]["messagePollCreated"] = TRUE;
+        
         // Redirect to poll administration
         header('Location:' . Utils::getUrlSondage($admin_poll_id, true));
         exit;
diff --git a/create_date_poll.php b/create_date_poll.php
index 9b0fa49ad578bcca82be13f1d683c27e7df12f04..0ad2f1d8aaf5a068b2416c360ad71ef856be28f3 100644
--- a/create_date_poll.php
+++ b/create_date_poll.php
@@ -232,6 +232,9 @@ switch ($step) {
         // Delete old polls
         $purgeService->purgeOldPolls();
 
+        // creation message
+        $_SESSION["Framadate"]["messagePollCreated"] = TRUE;
+        
         // Redirect to poll administration
         header('Location:' . Utils::getUrlSondage($admin_poll_id, true));
         exit;
diff --git a/locale/ar.json b/locale/ar.json
index bc1df2743a14016d524b2cf689a242e111d289ae..716af7d29f10fe2c323893a35ab5df6df5431b83 100644
--- a/locale/ar.json
+++ b/locale/ar.json
@@ -437,6 +437,7 @@
       "Vote updated": "تم تحديث التصويت",
       "You can add a new scheduling date to your poll.": "You can add a new scheduling date to your poll.",
       "Your poll has been removed!": "Your poll has been removed!",
+      "The poll is created." : "The poll is created.",
       "and add a new column with": "and add a new column with",
       "remove a column or a line with": "remove a column or a line with"
    },
diff --git a/locale/br.json b/locale/br.json
index 901335ea124ff50f766bc7add930841d8657903f..a49f092e491a101a1d93127b747fac1321d20861 100644
--- a/locale/br.json
+++ b/locale/br.json
@@ -437,6 +437,7 @@
       "Vote updated": "Hizivaet eo bet ar vouezh",
       "You can add a new scheduling date to your poll.": "Gallout a rit ouzhpennañ un deiziad d'ho sontadeg.",
       "Your poll has been removed!": "Dilamet eo bet ar sontadeg!",
+      "The poll is created." : "The poll is created.",
       "and add a new column with": "ha m'ho peus disoñjet un dibab e c'hallit ouzhpennañ ur bann en ur glikañ war",
       "remove a column or a line with": "dilemel ur bann pe ul linenn gant"
    },
diff --git a/locale/de.json b/locale/de.json
index 064f127731bddea36aa7eee9000ff7d23f6cf113..cf45008f1d62c106458bac1f71fc798f903cfa8b 100644
--- a/locale/de.json
+++ b/locale/de.json
@@ -437,6 +437,7 @@
       "Vote updated": "Stimme aktualisiert",
       "You can add a new scheduling date to your poll.": "Sie können Ihrer Umfrage ein neues Datum hinzufügen.",
       "Your poll has been removed!": "Ihre Umfrage wurde gelöscht!",
+      "The poll is created." : "The poll is created.",
       "and add a new column with": "und neue Spalte hinzufügen mit",
       "remove a column or a line with": "Zeile oder Spalte entfernen mit"
    },
diff --git a/locale/en.json b/locale/en.json
index 0a1c6f96f9310a04678897f0437b526b5bb0835f..c8df96bd50d3215641d62d227877013e2604c902 100644
--- a/locale/en.json
+++ b/locale/en.json
@@ -438,6 +438,7 @@
       "Vote updated": "Vote updated",
       "You can add a new scheduling date to your poll.": "You can add a new scheduling date to your poll.",
       "Your poll has been removed!": "Your poll has been removed!",
+      "The poll is created." : "The poll is created.",
       "and add a new column with": "and add a new column with",
       "remove a column or a line with": "remove a column or a line with"
    },
diff --git a/locale/es.json b/locale/es.json
index 88ee450a32efbc2570a78781bf0314772819399b..ec863f9782542cf7b8e30917eaf6e296adc66125 100644
--- a/locale/es.json
+++ b/locale/es.json
@@ -437,6 +437,7 @@
       "Vote updated": "Voto actualizado",
       "You can add a new scheduling date to your poll.": "Puede añadir una nueva fecha de encuentro a su encuesta.",
       "Your poll has been removed!": "Su encuesta ha sido borrada",
+      "The poll is created." : "The poll is created.",
       "and add a new column with": "y se puede añadir una columna con",
       "remove a column or a line with": "borrar una columna o una fila con"
    },
diff --git a/locale/fr.json b/locale/fr.json
index 3a87813f395154d72d63e8a9a854c0a07f748e49..63a8d91b972802bcc14b84d464e49952de5cf4ca 100644
--- a/locale/fr.json
+++ b/locale/fr.json
@@ -438,6 +438,7 @@
       "Vote updated": "Vote mis à jour",
       "You can add a new scheduling date to your poll.": "Vous pouvez ajouter une date à votre sondage.",
       "Your poll has been removed!": "Votre sondage a été supprimé !",
+      "The poll is created." : "Le sondage est bien créé.",
       "and add a new column with": "et si vous avez oublié de saisir un choix, vous pouvez rajouter une colonne en cliquant sur",
       "remove a column or a line with": "effacer une colonne ou une ligne avec"
    },
diff --git a/locale/it.json b/locale/it.json
index 3a287d24065483de7e9b5d9b9e1b56c0936466c2..c653d2ff426fc895f853225ecbf299f52bf03e7d 100644
--- a/locale/it.json
+++ b/locale/it.json
@@ -437,6 +437,7 @@
       "Vote updated": "Voto aggiornato",
       "You can add a new scheduling date to your poll.": "Potete aggiungere una data al vostro sondaggio.",
       "Your poll has been removed!": "Il vostro sondaggio è stato eliminato !",
+      "The poll is created." : "The poll is created.",
       "and add a new column with": "e se vi foste dimenticati di inserire una scelta, potreste aggiungere una colonna cliccando su",
       "remove a column or a line with": " cancellare una colonna o una riga con "
    },
diff --git a/locale/nl.json b/locale/nl.json
index cc32c345a0aa85484663b91ecfda9540e11be215..e65ef16e0c9af2b5a4faeeffb0db8f09cfcc3cef 100644
--- a/locale/nl.json
+++ b/locale/nl.json
@@ -437,6 +437,7 @@
       "Vote updated": "Stem aangepast",
       "You can add a new scheduling date to your poll.": "Je kan een nieuwe datum toevoegen aan je poll.",
       "Your poll has been removed!": "Je poll is verwijderd!",
+      "The poll is created." : "The poll is created.",
       "and add a new column with": "en voeg een nieuwe kokom toe met",
       "remove a column or a line with": "verwijder een kolom of regel met"
    },
diff --git a/locale/oc.json b/locale/oc.json
index 6b59c48d616fc3cc781be82ad82a6ad825a267ef..4eb39512e3f6afefcf0bd3e18dbfb27d5e68ca19 100644
--- a/locale/oc.json
+++ b/locale/oc.json
@@ -437,6 +437,7 @@
       "Vote updated": "Vòte mes a jorn",
       "You can add a new scheduling date to your poll.": "Podètz apondre una data a vòstre sondatge.",
       "Your poll has been removed!": "Vòstre sondatge es estat suprimit !",
+      "The poll is created." : "The poll is created.",
       "and add a new column with": "E se avètz oblidat de picar una causida, podètz tornar apondre una colomna en clicant sus",
       "remove a column or a line with": "escafar una colomna o una linha amb"
    },