diff --git a/admin/reports_editor.php b/admin/reports_editor.php
index bb3f828..f0ebd0a 100644
--- a/admin/reports_editor.php
+++ b/admin/reports_editor.php
@@ -465,7 +465,7 @@ $doCanvasSample = false;
echo '
';
}
for(;$x<$n_columns;$x++) {
- echo "New Field ".($x+1).":
";
+ echo "New Column ".($x+1).":
";
foreach($locs as $k=>$v) {
echo "$k=";
}