Skip to content

Commit

Permalink
Add Internationalization Support for Previous Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertChrist committed Oct 19, 2023
1 parent 4491d51 commit 287ad17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/sabaki.js
Original file line number Diff line number Diff line change
Expand Up @@ -2640,7 +2640,7 @@ class Sabaki extends EventEmitter {
},
{type: 'separator'},
{
label: t('Show Co&mments'),
label: t('Toggle Show Comments'),
click: () => {
setting.toggle('view.show_comments')
this.setState(({showCommentBox}) => ({
Expand All @@ -2650,7 +2650,7 @@ class Sabaki extends EventEmitter {
},
{type: 'separator'},
{
label: 'Annotate',
label: t('Annotate'),
submenu: commentMenu
}
]
Expand Down

0 comments on commit 287ad17

Please sign in to comment.