From f6f8c1a023299a266b27139bf652f08e0af143ed Mon Sep 17 00:00:00 2001 From: Leonardo Ruhland Date: Wed, 5 Jul 2017 09:47:20 -0300 Subject: [PATCH 1/2] Typo fix `relpace` for `replace` --- WeSketch.sketchplugin/Contents/Sketch/i18n/manifest-en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WeSketch.sketchplugin/Contents/Sketch/i18n/manifest-en.json b/WeSketch.sketchplugin/Contents/Sketch/i18n/manifest-en.json index 55e29a7..4055e48 100755 --- a/WeSketch.sketchplugin/Contents/Sketch/i18n/manifest-en.json +++ b/WeSketch.sketchplugin/Contents/Sketch/i18n/manifest-en.json @@ -45,7 +45,7 @@ "handler" : "onRun" }, { - "name" : "Advanced Text Relpace", + "name" : "Advanced Text Replace", "identifier" : "textReplace", "script" : "textReplace.js", "icon": "../Resources/icons/text.png", From 07798818f26cafa173c2d3ae29b1329c08866ff2 Mon Sep 17 00:00:00 2001 From: Leonardo Ruhland Date: Wed, 5 Jul 2017 09:50:09 -0300 Subject: [PATCH 2/2] Typo fix `relpace` for `replace` --- WeSketch.sketchplugin/Contents/Sketch/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WeSketch.sketchplugin/Contents/Sketch/manifest.json b/WeSketch.sketchplugin/Contents/Sketch/manifest.json index 55e29a7..4055e48 100755 --- a/WeSketch.sketchplugin/Contents/Sketch/manifest.json +++ b/WeSketch.sketchplugin/Contents/Sketch/manifest.json @@ -45,7 +45,7 @@ "handler" : "onRun" }, { - "name" : "Advanced Text Relpace", + "name" : "Advanced Text Replace", "identifier" : "textReplace", "script" : "textReplace.js", "icon": "../Resources/icons/text.png",