From c82599015d35b365c458557236b3eede21dae1f5 Mon Sep 17 00:00:00 2001 From: Adam Schwartz Date: Thu, 8 Oct 2015 15:35:11 -0400 Subject: [PATCH] Curly quotes @zackbloom --- install.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.json b/install.json index 46adb757..c14cbf3c 100644 --- a/install.json +++ b/install.json @@ -118,13 +118,13 @@ "properties": { "disableOnPushState": { "order": 1, - "title": "Don't restart the progress bar during pushState navigations", + "title": "Don’t restart the progress bar during pushState navigations", "type": "boolean", "default": false }, "disableOnAJAX": { "order": 2, - "title": "Don't restart the progress bar during long AJAX requests", + "title": "Don’t restart the progress bar during long AJAX requests", "type": "boolean", "default": false }