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