Skip to content

Commit 26304a9

Browse files
YanpasJohnstonCode
authored andcommitted
chore: rephrase (#458)
1 parent b111f6a commit 26304a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/deleteUnversioned.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export class DeleteUnversioned extends Command {
1515
}
1616
const uris = selection.map(resource => resource.resourceUri);
1717
const answer = await window.showWarningMessage(
18-
"Would you like delete the files?.",
18+
"Would you like to delete selected files?",
1919
{ modal: true },
2020
"Yes",
2121
"No"

0 commit comments

Comments
 (0)