From 4a8affde6536a0b1560d7359b8a853671f077a03 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Fri, 12 Dec 2014 20:25:54 +1100 Subject: [PATCH] Fix swapped :stylenable and :styledisable help specs. Fixes issue #1249. --- common/locale/en-US/styling.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/locale/en-US/styling.xml b/common/locale/en-US/styling.xml index d93cfb0d..af7c130c 100644 --- a/common/locale/en-US/styling.xml +++ b/common/locale/en-US/styling.xml @@ -354,7 +354,7 @@ :styleenable :stylee :styenable :stye - :styledisable! -name=name -index=index filter css + :styleenable! -name=name -index=index filter css

Enable any matching styles. With !, enable all styles. Arguments are the same as for :delstyle

@@ -364,7 +364,7 @@ :styledisable :styled :stydisable :styd - :styleenable! -name=name -index=index filter css + :styledisable! -name=name -index=index filter css

Disable any matching styles. With !, disable all styles. Arguments are the same as for :delstyle