From fb0c3ba57d0f317ddf200d0d76e0dfb7382f5d97 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Thu, 11 Apr 2013 17:19:17 +0000 Subject: [PATCH] Fix one of the file names and change a description. --- app/schemas/schema_field_edit.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/schemas/schema_field_edit.php b/app/schemas/schema_field_edit.php index 492ae75d20..3c817861b4 100644 --- a/app/schemas/schema_field_edit.php +++ b/app/schemas/schema_field_edit.php @@ -534,7 +534,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo "\n"; echo " \n"; echo "
\n"; - echo "Enter the HTML Tab Order.\n"; + echo "Enter the tab order.\n"; echo "\n"; echo "\n"; @@ -562,7 +562,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { if ($action == "update") { if ($field_type == "select") { - require "schema_data_types_name_value.php"; + require "schema_name_values.php"; } }