From 691e8edd374d9e29c1500d45d8a7f5aba0f3c194 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Sun, 31 Jan 2016 21:38:58 +0100 Subject: add property: Update the "update foo to move.." message Do not mention ext_tables.sql and $model_file since they are fixed --- add_extbase_property.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/add_extbase_property.sh b/add_extbase_property.sh index faf87a5..2881a1a 100755 --- a/add_extbase_property.sh +++ b/add_extbase_property.sh @@ -306,4 +306,4 @@ echo echo "Edit Resources/Private/Language/locallang_db.xlf to edit the label shown in the TCA." echo "Edit Resources/Private/Language/locallang.xlf to edit the label shown in the Frontend." echo -echo "You should edit ext_tables.sql, $tca_file and $model_file to move some definitions to the proper place." +echo "You should edit $tca_file to move the column definition to the proper place." -- cgit