summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--blocks.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/blocks.js b/blocks.js
index b9963f2..9544cd9 100644
--- a/blocks.js
+++ b/blocks.js
@@ -10533,7 +10533,7 @@ CommentMorph.prototype.userMenu = function () {
);
menu.addItem("delete", 'destroy');
menu.addItem(
- "picture...",
+ "comment pic...",
function () {
window.open(myself.fullImage().toDataURL());
},