Fix error in en.yaml (#1090)

The single-quote does not need escaping when string is enclosed in double-quotes, and throws the parser.
This commit is contained in:
Ole Vik
2017-04-26 00:04:32 +02:00
committed by Andy Miller
parent b2faa87193
commit 85e9ebd4b9

View File

@@ -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"