From 457e0697e2ad0989f648748eaffe7c7411ee9674 Mon Sep 17 00:00:00 2001 From: jmoenig Date: Thu, 4 Jun 2020 12:33:57 +0200 Subject: [PATCH] changed help text for "comment pic..." --- src/blocks.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blocks.js b/src/blocks.js index d1c104ea..81899bbf 100644 --- a/src/blocks.js +++ b/src/blocks.js @@ -12515,7 +12515,7 @@ CommentMorph.prototype.userMenu = function () { localize('comment pic') ); }, - 'open a new window\nwith a picture of this comment' + 'save a picture\nof this comment' ); return menu; };