From d278ed5c81a9c10e86f60afeeca7b925227d9271 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 25 Oct 2015 20:00:24 -0700 Subject: [PATCH] Refer to 4chan's oekaki software by name. --- src/General/Config.coffee | 2 +- src/General/html/Features/QuickReply.html | 2 +- src/Posting/QR.oekaki.coffee | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/General/Config.coffee b/src/General/Config.coffee index 4f832776a..5bc80471b 100755 --- a/src/General/Config.coffee +++ b/src/General/Config.coffee @@ -212,7 +212,7 @@ Config = ] 'Oekaki Links': [ true - 'Add links to edit images in oekaki painter.' + 'Add links to edit images in Tegaki.' ] 'Sauce': [ true diff --git a/src/General/html/Features/QuickReply.html b/src/General/html/Features/QuickReply.html index bf39b9fc8..9a0981d4b 100755 --- a/src/General/html/Features/QuickReply.html +++ b/src/General/html/Features/QuickReply.html @@ -39,7 +39,7 @@ S - + diff --git a/src/Posting/QR.oekaki.coffee b/src/Posting/QR.oekaki.coffee index 39cd73f57..f38bb7029 100644 --- a/src/Posting/QR.oekaki.coffee +++ b/src/Posting/QR.oekaki.coffee @@ -13,7 +13,7 @@ QR.oekaki = link = $.el 'a', className: 'file-oekaki' href: 'javascript:;' - title: 'Edit image' + title: 'Edit in Tegaki' $.extend link, <%= html('') %> $.add @file.text, [$.tn('\u00A0'), link] $.on link, 'click', QR.oekaki.editFile