From a9b67c7a81b700d6ac64fd9875bcafc6a6b09961 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Wed, 11 Aug 2010 16:50:46 -0700 Subject: Fix "No language defines the string 'update_summary_truncated'" when upgrading from certain versions. https://bugzilla.mozilla.org/show_bug.cgi?id=586210 --- template/en/default/setup/strings.txt.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/en/default/setup/strings.txt.pl') diff --git a/template/en/default/setup/strings.txt.pl b/template/en/default/setup/strings.txt.pl index 1c1f295a4..350c701aa 100644 --- a/template/en/default/setup/strings.txt.pl +++ b/template/en/default/setup/strings.txt.pl @@ -367,7 +367,7 @@ END "The original value of the Summary field was longer than 255" . " characters, and so it was truncated during an upgrade." . " The original summary was:\n\n##summary##", - update_summary_truncating => <<'END', + update_summary_truncated => <<'END', WARNING: Some of your bugs had summaries longer than 255 characters. They have had their original summary copied into a comment, and then the summary was truncated to 255 characters. The affected bug numbers were: -- cgit v1.2.3-24-g4f1b