summaryrefslogtreecommitdiffstats
path: root/template/en/default/setup
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2008-01-28 07:54:58 +0100
committermkanat%bugzilla.org <>2008-01-28 07:54:58 +0100
commit80aa5e83cb34a4b9ad0ef31cac749aa9dcf6d791 (patch)
tree28534a988ae23750a353458baa3e6bce8d4c6aee /template/en/default/setup
parentc87cca60cfe149bf4ffe7ed1746189b936e87bac (diff)
downloadbugzilla-80aa5e83cb34a4b9ad0ef31cac749aa9dcf6d791.tar.gz
bugzilla-80aa5e83cb34a4b9ad0ef31cac749aa9dcf6d791.tar.xz
Bug 414012: Include the table id in fields that fail their new max-length check.
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=justdave
Diffstat (limited to 'template/en/default/setup')
-rw-r--r--template/en/default/setup/strings.txt.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/setup/strings.txt.pl b/template/en/default/setup/strings.txt.pl
index 2439112bc..51e1ac059 100644
--- a/template/en/default/setup/strings.txt.pl
+++ b/template/en/default/setup/strings.txt.pl
@@ -46,10 +46,10 @@ with one command, do:
EOT
install_data_too_long => <<EOT,
WARNING: Some of the data in the ##table##.##column## column is longer than
-its new length limit of ##max_length## characters. Please fix this data
-and then re-run checksetup.pl:
+its new length limit of ##max_length## characters. The data that needs to be
+fixed is printed below with the value of the ##id_column## column first and
+then the value of the ##column## column that needs to be fixed:
-##data##
EOT
install_module => 'Installing ##module## version ##version##...',
module_found => "found v##ver##",