diff --git a/customize.dist/translations/messages.es.js b/customize.dist/translations/messages.es.js
index 57eb41f9e..ce4bcb788 100644
--- a/customize.dist/translations/messages.es.js
+++ b/customize.dist/translations/messages.es.js
@@ -452,6 +452,9 @@ define(function () {
out.poll_locked = "Cerrado";
out.poll_unlocked = "Abierto";
+ out.poll_show_help_button = "Mostrar ayuda";
+ out.poll_hide_help_button = "Esconder ayuda";
+
// 1.8.0 - Idopogo
out.common_connectionLost = "Connexión perdida
El documento está ahora en modo solo lectura hasta que la conexión vuelva.";
diff --git a/customize.dist/translations/messages.fr.js b/customize.dist/translations/messages.fr.js
index 70d804652..0372d6081 100644
--- a/customize.dist/translations/messages.fr.js
+++ b/customize.dist/translations/messages.fr.js
@@ -202,6 +202,9 @@ define(function () {
out.poll_locked = "Verrouillé";
out.poll_unlocked = "Déverrouillé";
+ out.poll_show_help_button = "Afficher l'aide";
+ out.poll_hide_help_button = "Cacher l'aide";
+
// Canvas
out.canvas_clear = "Nettoyer";
out.canvas_delete = "Supprimer la sélection";
diff --git a/customize.dist/translations/messages.js b/customize.dist/translations/messages.js
index 6d4f07c02..dd14ad8da 100644
--- a/customize.dist/translations/messages.js
+++ b/customize.dist/translations/messages.js
@@ -204,6 +204,9 @@ define(function () {
out.poll_locked = "Locked";
out.poll_unlocked = "Unlocked";
+ out.poll_show_help_button = "Show help";
+ out.poll_hide_help_button = "Hide help";
+
// Canvas
out.canvas_clear = "Clear";
out.canvas_delete = "Delete selection";
diff --git a/www/poll/index.html b/www/poll/index.html
index 31226d989..22280e8a9 100644
--- a/www/poll/index.html
+++ b/www/poll/index.html
@@ -28,7 +28,7 @@