Skip to content

Commit 9b4dc6d

Browse files
committed
Add Internationalization Support for Previous Commit
1 parent 182c7dc commit 9b4dc6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/modules/sabaki.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -2625,7 +2625,7 @@ class Sabaki extends EventEmitter {
26252625
},
26262626
{type: 'separator'},
26272627
{
2628-
label: t('Show Co&mments'),
2628+
label: t('Toggle Show Comments'),
26292629
click: () => {
26302630
setting.toggle('view.show_comments')
26312631
this.setState(({showCommentBox}) => ({
@@ -2635,7 +2635,7 @@ class Sabaki extends EventEmitter {
26352635
},
26362636
{type: 'separator'},
26372637
{
2638-
label: 'Annotate',
2638+
label: t('Annotate'),
26392639
submenu: commentMenu
26402640
}
26412641
]

0 commit comments

Comments
 (0)