diff --git a/adminstuds.php b/adminstuds.php
index 9904f78736f9308f81651a62ea279273e6a183ab..e2b194821258d352e18ba7d2243cdfb9f2bedac1 100644
--- a/adminstuds.php
+++ b/adminstuds.php
@@ -762,11 +762,11 @@ echo '
             </div>
             <div class="row">
                 <div class="form-group col-md-5">
-                    <label for="public-link"><a class="public-link" href="' . Utils::getUrlSondage($dsondage->id_sondage) . '">'._("Public link of the pool") .' <span class="btn-link glyphicon glyphicon-link"></span></a></label>
+                    <label for="public-link"><a class="public-link" href="' . Utils::getUrlSondage($dsondage->id_sondage) . '">'._("Public link of the poll") .' <span class="btn-link glyphicon glyphicon-link"></span></a></label>
                     <input class="form-control" id="public-link" type="text" readonly="readonly" value="' . Utils::getUrlSondage($dsondage->id_sondage) . '" />
                 </div>
                 <div class="form-group col-md-5">
-                    <label for="admin-link"><a class="admin-link" href="' . Utils::getUrlSondage($numsondageadmin, true) . '">'._("Admin link of the pool") .' <span class="btn-link glyphicon glyphicon-link"></span></a></label>
+                    <label for="admin-link"><a class="admin-link" href="' . Utils::getUrlSondage($numsondageadmin, true) . '">'._("Admin link of the poll") .' <span class="btn-link glyphicon glyphicon-link"></span></a></label>
                     <input class="form-control" id="admin-link" type="text" readonly="readonly" value="' . Utils::getUrlSondage($numsondageadmin, true) . '" />
                 </div>
                 <div class="form-group col-md-2">
diff --git a/locale/de_DE/LC_MESSAGES/Studs.po b/locale/de_DE/LC_MESSAGES/Studs.po
index e890d681025cd7fe4165d305bfebe68cebee370d..46a47e31a81d784f3faa677554bad2e56a9ce830 100644
--- a/locale/de_DE/LC_MESSAGES/Studs.po
+++ b/locale/de_DE/LC_MESSAGES/Studs.po
@@ -211,10 +211,10 @@ msgstr "Die Beschreibung speichern"
 msgid "Cancel the description edit"
 msgstr "Die Änderung der Beschreibung verwerfen"
 
-msgid "Public link of the pool"
+msgid "Public link of the poll"
 msgstr "Öffentlicher Link zur Umfrage"
 
-msgid "Admin link of the pool"
+msgid "Admin link of the poll"
 msgstr "Administrator Link zur Umfrage"
 
 msgid "Poll rules"
diff --git a/locale/en_GB/LC_MESSAGES/Studs.po b/locale/en_GB/LC_MESSAGES/Studs.po
index ac9c6aea3b2f4b9237cc5a3b862b9655c9a15218..7b4a3452f843b905102419f44b5a3dbcb44f0ac6 100644
--- a/locale/en_GB/LC_MESSAGES/Studs.po
+++ b/locale/en_GB/LC_MESSAGES/Studs.po
@@ -211,11 +211,11 @@ msgstr "Save the description"
 msgid "Cancel the description edit"
 msgstr "Cancel the description edit"
 
-msgid "Public link of the pool"
-msgstr "Public link of the pool"
+msgid "Public link of the poll"
+msgstr "Public link of the poll"
 
-msgid "Admin link of the pool"
-msgstr "Admin link of the pool"
+msgid "Admin link of the poll"
+msgstr "Admin link of the poll"
 
 msgid "Poll rules"
 msgstr "Poll rules"
diff --git a/locale/fr_FR/LC_MESSAGES/Studs.po b/locale/fr_FR/LC_MESSAGES/Studs.po
index f8925bb680047bf7f70fd3d318f7fd43fdb4a24b..c3879dfd7f0de60bb7ad4ece6b2c68f15b912f99 100644
--- a/locale/fr_FR/LC_MESSAGES/Studs.po
+++ b/locale/fr_FR/LC_MESSAGES/Studs.po
@@ -211,10 +211,10 @@ msgstr "Enregistrer la description"
 msgid "Cancel the description edit"
 msgstr "Annuler le changement de description"
 
-msgid "Public link of the pool"
+msgid "Public link of the poll"
 msgstr "Lien public du sondage"
 
-msgid "Admin link of the pool"
+msgid "Admin link of the poll"
 msgstr "Lien d'administration du sondage"
 
 msgid "Poll rules"
diff --git a/studs.php b/studs.php
index c1d34599fd2792204231c1445da6dc548e3da0c0..4be6dc51cc4dc4afe3b277676d98fe751dda7026 100644
--- a/studs.php
+++ b/studs.php
@@ -233,7 +233,7 @@ echo '
                         <p class="form-control-static"> '.stripslashes($dsondage->nom_admin).'</p>
                     </div>
                     <div class="form-group">
-                        <label for="public-link"><a class="public-link" href="' . Utils::getUrlSondage($dsondage->id_sondage) . '">'._("Public link of the pool") .' <span class="btn-link glyphicon glyphicon-link"></span></a></label>
+                        <label for="public-link"><a class="public-link" href="' . Utils::getUrlSondage($dsondage->id_sondage) . '">'._("Public link of the poll") .' <span class="btn-link glyphicon glyphicon-link"></span></a></label>
                         <input class="form-control" id="public-link" type="text" readonly="readonly" value="' . Utils::getUrlSondage($dsondage->id_sondage) . '" />
                     </div>
                 </div>'."\n";