Skip to content

Commit

Permalink
changed context menu title
Browse files Browse the repository at this point in the history
  • Loading branch information
antoKeinanen committed Mar 16, 2023
1 parent 66d552d commit 3b37cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default class AdvancedMerge extends Plugin {
if (folderOrFile instanceof TFolder) {
const folder = file;
menu.addItem((item) => {
item.setTitle("Merge files")
item.setTitle("Merge folder")
.setIcon("git-merge")
.onClick(async () => {
const { vault } = this.app;
Expand Down

0 comments on commit 3b37cc3

Please sign in to comment.