From 115d17b39cc80ec3a4d4643d7b504770684c2373 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 7 Nov 2015 21:04:54 -0800 Subject: [PATCH] Fix 'Normalize URL' description. --- src/General/Config.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/General/Config.coffee b/src/General/Config.coffee index fccc6c8dd..20cb39b91 100755 --- a/src/General/Config.coffee +++ b/src/General/Config.coffee @@ -115,7 +115,7 @@ Config = ] 'Normalize URL': [ true - 'Rewrite the URL of the current page, removing stubs and changing /res/ to /thread/.' + 'Rewrite the URL of the current page, removing slugs and excess slashes, and changing /res/ to /thread/.' ] 'Disable Autoplaying Sounds': [ false