From f5c4ddddbe56dbfb960f81b2e350c9d8d94fc6fd Mon Sep 17 00:00:00 2001
From: Olivier Perez <olivier@olivierperez.fr>
Date: Wed, 15 Apr 2015 13:02:47 +0200
Subject: [PATCH] Fix missing key

---
 adminstuds.php | 2 +-
 locale/de.json | 1 +
 locale/en.json | 1 +
 locale/es.json | 1 +
 locale/fr.json | 1 +
 5 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/adminstuds.php b/adminstuds.php
index 4e8eb6d2..5d7e2d62 100644
--- a/adminstuds.php
+++ b/adminstuds.php
@@ -328,7 +328,7 @@ if (!empty($_GET['delete_column'])) {
     }
 
     if ($result) {
-        $message = new Message('success', __('adminstuds', 'Column deleted'));
+        $message = new Message('success', __('adminstuds', 'Column removed'));
     } else {
         $message = new Message('danger', __('Error', 'Failed to delete the column'));
     }
diff --git a/locale/de.json b/locale/de.json
index 090f90c9..b116aafe 100644
--- a/locale/de.json
+++ b/locale/de.json
@@ -178,6 +178,7 @@
         "Back to the poll": "Zurück zur Umfrage",
         "Add a column": "Spalte hinzufügen",
         "Remove the column": "Spalte entfernen",
+        "Column removed": "Säule entfernt",
         "Choice added": "Auswahl aufgenommen",
         "Confirm removal of all votes of the poll": "Entfernung aller Stimmen der Umfrage bestätigen",
         "Keep the votes": "Halten Sie die Stimmen",
diff --git a/locale/en.json b/locale/en.json
index 6a5c98fa..a4a65dc2 100644
--- a/locale/en.json
+++ b/locale/en.json
@@ -178,6 +178,7 @@
     "Back to the poll": "Back to the poll",
     "Add a column": "Add a column",
     "Remove the column": "Remove the column",
+    "Column removed": "Column deleted",
     "Choice added": "Choice added",
     "Confirm removal of all votes of the poll": "Confirm removal of all votes of the poll",
     "Keep the votes": "Keep the votes",
diff --git a/locale/es.json b/locale/es.json
index c757a694..ca17d536 100644
--- a/locale/es.json
+++ b/locale/es.json
@@ -178,6 +178,7 @@
         "Back to the poll": "ES_Retour au sondage",
         "Add a column": "ES_Ajouter une colonne",
         "Remove the column": "ES_Effacer la colonne",
+        "Column removed": "ES_Colonne supprimée",
         "Choice added": "ES_Choix ajouté",
         "Confirm removal of all votes of the poll": "ES_Confirmer la suppression de tous les votes de ce sondage",
         "Keep the votes": "ES_Garder les votes",
diff --git a/locale/fr.json b/locale/fr.json
index 0161f3cf..27dc62cc 100644
--- a/locale/fr.json
+++ b/locale/fr.json
@@ -178,6 +178,7 @@
     "Back to the poll": "Retour au sondage",
     "Add a column": "Ajouter une colonne",
     "Remove the column": "Effacer la colonne",
+    "Column removed": "Colonne supprimée",
     "Choice added": "Choix ajouté",
     "Confirm removal of all votes of the poll": "Confirmer la suppression de tous les votes de ce sondage",
     "Keep the votes": "Garder les votes",
-- 
GitLab