From 634d68709128495b22caffef36f9351e3361e2ff Mon Sep 17 00:00:00 2001 From: Steve Beaver Date: Tue, 29 Aug 2017 14:14:46 -0400 Subject: Fixed #7827 --- src/usr/local/www/diag_dump_states.php | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) (limited to 'src') diff --git a/src/usr/local/www/diag_dump_states.php b/src/usr/local/www/diag_dump_states.php index e05568a..6337b43 100644 --- a/src/usr/local/www/diag_dump_states.php +++ b/src/usr/local/www/diag_dump_states.php @@ -75,6 +75,7 @@ if (isset($_POST['filter']) && isset($_POST['killfilter'])) { $pgtitle = array(gettext("Diagnostics"), gettext("States"), gettext("States")); $pglinks = array("", "@self", "@self"); include("head.inc"); +$delmsg = gettext("Are you sure you wish to delete this state?"); ?>