diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-10-13 16:36:18 -0700 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-10-13 16:36:18 -0700 |
commit | f2d5af261b95310c2fb7d0565222c211998bff4f (patch) | |
tree | 08895bd9f38f0afbc549b2e70daaf78a28e1f9c2 /template | |
parent | 8cfb548a7897269668cc5879025546e4ae8ac500 (diff) | |
download | bugs-f2d5af261b95310c2fb7d0565222c211998bff4f.tar bugs-f2d5af261b95310c2fb7d0565222c211998bff4f.tar.gz bugs-f2d5af261b95310c2fb7d0565222c211998bff4f.tar.bz2 bugs-f2d5af261b95310c2fb7d0565222c211998bff4f.tar.xz bugs-f2d5af261b95310c2fb7d0565222c211998bff4f.zip |
Bug 602418: Add "template_cache" to bz_locations(), a way of specifying that
cached templates should be stored somewhere else than the data directory.
r=LpSolit, a=mkanat
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/setup/strings.txt.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/setup/strings.txt.pl b/template/en/default/setup/strings.txt.pl index ca1bf6145..889bb12b2 100644 --- a/template/en/default/setup/strings.txt.pl +++ b/template/en/default/setup/strings.txt.pl @@ -389,8 +389,8 @@ EOT EOT template_precompile => "Precompiling templates...", template_removal_failed => <<END, -WARNING: The directory '##datadir##/template' could not be removed. - It has been moved into '##datadir##/deleteme', which should be +WARNING: The directory '##template_cache##' could not be removed. + It has been moved into '##deleteme##', which should be deleted manually to conserve disk space. END template_removing_dir => "Removing existing compiled templates...", |