From 170282191530e49a4a3cd9aef8c222bb9e12f3d3 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Wed, 6 Apr 2016 18:38:28 -0600 Subject: [PATCH] Fixed another stupid typo --- languages/en.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages/en.yaml b/languages/en.yaml index 77bf8aff..e4cfe6e9 100644 --- a/languages/en.yaml +++ b/languages/en.yaml @@ -365,7 +365,7 @@ PLUGIN_ADMIN: JAVASCRIPT_PIPELINE_INCLUDE_EXTERNALS: "Include externals in JS pipeline" JAVASCRIPT_PIPELINE_INCLUDE_EXTERNALS_HELP: "External URLs sometimes have relative file references and shouldn't be pipelined" JAVASCRIPT_PIPELINE_BEFORE_EXCLUDES: "JS pipeline render first" - JAVASCRIPT_PIPELINE_BEFORE_EXCLUDES_HELP: "Render the JS pipeline before any other CSS references that are not included" + JAVASCRIPT_PIPELINE_BEFORE_EXCLUDES_HELP: "Render the JS pipeline before any other JS references that are not included" JAVASCRIPT_MINIFY: "JavaScript minify" JAVASCRIPT_MINIFY_HELP: "Minify the JS during pipelining" ENABLED_TIMESTAMPS_ON_ASSETS: "Enable timestamps on assets"