Skip to content

Commit

Permalink
Merge pull request #6258 from bsyouness/filename
Browse files Browse the repository at this point in the history
"File changed" dialog includes filename #6229
  • Loading branch information
jasongrout committed Apr 27, 2019
2 parents 0892fc5 + 678c377 commit b5fd981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docregistry/src/context.ts
Expand Up @@ -695,7 +695,7 @@ export class Context<T extends DocumentRegistry.IModel>
`${tDisk}`
);
let body =
`The file has changed on disk since the last time it ` +
`"${this.path}" has changed on disk since the last time it ` +
`was opened or saved. ` +
`Do you want to overwrite the file on disk with the version ` +
` open here, or load the version on disk (revert)?`;
Expand Down

0 comments on commit b5fd981

Please sign in to comment.