瀏覽代碼

Fixes grammatical mistake

main
stampyzfanz 2 年之前
committed by GitHub
父節點
當前提交
e6f326bda6
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 2 個檔案被更改,包括 6 行新增6 行删除
  1. +5
    -5
      src/commands/gitCommands.actions.ts
  2. +1
    -1
      src/views/viewCommands.ts

+ 5
- 5
src/commands/gitCommands.actions.ts 查看文件

@ -239,7 +239,7 @@ export namespace GitActions {
if (files.length > 10) {
const result = await window.showWarningMessage(
`Are your sure you want to open the changes for all ${files.length} files?`,
`Are you sure you want to open the changes for all ${files.length} files?`,
{ title: 'Yes' },
{ title: 'No', isCloseAffordance: true },
);
@ -279,7 +279,7 @@ export namespace GitActions {
if (files.length > 10) {
const result = await window.showWarningMessage(
`Are your sure you want to open the changes for all ${files.length} files?`,
`Are you sure you want to open the changes for all ${files.length} files?`,
{ title: 'Yes' },
{ title: 'No', isCloseAffordance: true },
);
@ -326,7 +326,7 @@ export namespace GitActions {
if (files.length > 10) {
const result = await window.showWarningMessage(
`Are your sure you want to open the changes for all ${files.length} files?`,
`Are you sure you want to open the changes for all ${files.length} files?`,
{ title: 'Yes' },
{ title: 'No', isCloseAffordance: true },
);
@ -605,7 +605,7 @@ export namespace GitActions {
if (files.length > 10) {
const result = await window.showWarningMessage(
`Are your sure you want to open all ${files.length} files?`,
`Are you sure you want to open all ${files.length} files?`,
{ title: 'Yes' },
{ title: 'No', isCloseAffordance: true },
);
@ -651,7 +651,7 @@ export namespace GitActions {
if (files.length > 10) {
const result = await window.showWarningMessage(
`Are your sure you want to open all ${files.length} file revisions?`,
`Are you sure you want to open all ${files.length} file revisions?`,
{ title: 'Yes' },
{ title: 'No', isCloseAffordance: true },
);

+ 1
- 1
src/views/viewCommands.ts 查看文件

@ -1001,7 +1001,7 @@ export class ViewCommands {
// if (files.length > 20) {
// const result = await window.showWarningMessage(
// `Are your sure you want to open all ${files.length} files?`,
// `Are you sure you want to open all ${files.length} files?`,
// { title: 'Yes' },
// { title: 'No', isCloseAffordance: true },
// );

||||||
x
 
000:0
Loading…
取消
儲存