summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to 'js')
-rw-r--r--js/field.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/field.js b/js/field.js
index c24603988..c0a2218a8 100644
--- a/js/field.js
+++ b/js/field.js
@@ -11,7 +11,7 @@
var bz_no_validate_enter_bug = false;
function validateEnterBug(theform) {
- // This is for the "bookmarkable templates" button.
+ // This is for the "Make Template" button.
if (bz_no_validate_enter_bug) {
// Set it back to false for people who hit the "back" button
bz_no_validate_enter_bug = false;