diff options
author | John Olheiser <42128690+jolheiser@users.noreply.github.com> | 2019-11-19 12:33:42 -0600 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2019-11-19 20:33:42 +0200 |
commit | eb0359cad4b725553c8bca3e95ada9c789c5da0b (patch) | |
tree | 2c0fe67141d8d4bafe785c5bf22f0d3b35d64866 /options | |
parent | af7f08bca87852d453848be93e2044e697820b87 (diff) | |
download | gitea-eb0359cad4b725553c8bca3e95ada9c789c5da0b.tar.gz gitea-eb0359cad4b725553c8bca3e95ada9c789c5da0b.zip |
Context menus for comments (#9043)
* Add quote replies
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 4b3edc9057..be644c6ea9 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -867,6 +867,10 @@ issues.closed_title = Closed issues.num_comments = %d comments issues.commented_at = `commented <a href="#%s">%s</a>` issues.delete_comment_confirm = Are you sure you want to delete this comment? +issues.context.copy_link = Copy Link +issues.context.quote_reply = Quote Reply +issues.context.edit = Edit +issues.context.delete = Delete issues.no_content = There is no content yet. issues.close_issue = Close issues.close_comment_issue = Comment and Close |