From 07941eb22ff896557c82483aee648a9b4c2700d3 Mon Sep 17 00:00:00 2001 From: Eric Skogen Date: Fri, 8 Sep 2017 14:33:36 -0500 Subject: [PATCH] your twitter thing --- src/js/window/main-window.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/window/main-window.js b/src/js/window/main-window.js index beb016e970..c7b07bc57b 100644 --- a/src/js/window/main-window.js +++ b/src/js/window/main-window.js @@ -3394,7 +3394,7 @@ let exportAnimatedGif = () => { } exporter.on('complete', path => { - notifications.notify({message: "I exported your board selection as a GIF. Share it with your friends! Post it to you twitter thing or your slack dingus.", timing: 20}) + notifications.notify({message: "I exported your board selection as a GIF. Share it with your friends! Post it to your twitter thing or your slack dingus.", timing: 20}) sfx.positive() shell.showItemInFolder(path) })