From 85e9ebd4b954ecf96d818bcac2a89b02ed9e766c Mon Sep 17 00:00:00 2001 From: Ole Vik Date: Wed, 26 Apr 2017 00:04:32 +0200 Subject: [PATCH] Fix error in en.yaml (#1090) The single-quote does not need escaping when string is enclosed in double-quotes, and throws the parser. --- languages/en.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages/en.yaml b/languages/en.yaml index c2f9ea3a..811de527 100644 --- a/languages/en.yaml +++ b/languages/en.yaml @@ -416,7 +416,7 @@ PLUGIN_ADMIN: IS_NOW_AVAILABLE: "is now available" CURRENT: "Current" UPDATE_GRAV_NOW: "Update Grav Now" - GRAV_SYMBOLICALLY_LINKED: "Grav is symbolically linked. Upgrade won\'t be available" + GRAV_SYMBOLICALLY_LINKED: "Grav is symbolically linked. Upgrade won't be available" UPDATING_PLEASE_WAIT: "Updating... please wait, downloading" OF_THIS: "of this" OF_YOUR: "of your"