diff options
| -rw-r--r-- | blocks.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10533,7 +10533,7 @@ CommentMorph.prototype.userMenu = function () { ); menu.addItem("delete", 'destroy'); menu.addItem( - "picture...", + "comment pic...", function () { window.open(myself.fullImage().toDataURL()); }, |
