diff --git a/src/General/Config.coffee b/src/General/Config.coffee index c1d1a1bad..afccfe169 100644 --- a/src/General/Config.coffee +++ b/src/General/Config.coffee @@ -59,7 +59,7 @@ Config = 'Remember Subject': [false, 'Remember the subject field, instead of resetting after posting.'] 'Remember Spoiler': [false, 'Remember the spoiler state, instead of resetting after posting.'] 'Hide Original Post Form': [true, 'Hide the normal post form.'] - 'Cooldown': [true, 'Prevent "flood detected" errors.'] + 'Cooldown': [true, 'Indicate the remaining time before posting again.'] 'Cooldown Prediction': [true, 'Decrease the cooldown time by taking into account upload speed. Disable it if it\'s inaccurate for you.'] 'Quote Links': 'Quote Backlinks': [true, 'Add quote backlinks.']