Skip to content

Commit

Permalink
Fix typos in error message str (#14319)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeflateAwning authored Sep 13, 2023
1 parent 090cd34 commit 55fe039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/common/utils/localize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ export namespace DataScience {
]
});
export const exportToPDFDependencyMessage = l10n.t(
'If you have not installed xelatex (TeX) you will need to do so before you can export to PDF, for further instructions please look https://nbconvert.readthedocs.io/en/latest/install.html#installing-tex. \r\nTo avoid installing xelatex (TeX) you might want to try exporting to HTML and using your browsers "Print to PDF" feature.'
'If you have not installed xelatex (TeX), you will need to do so before you can export to PDF. For further instructions, please see https://nbconvert.readthedocs.io/en/latest/install.html#installing-tex. \r\nTo avoid installing xelatex (TeX), you might want to try exporting to HTML and using your browser\'s "Print to PDF" feature.'
);
export const failedExportMessage = l10n.t('Export failed.');
export const startingJupyterLogMessage = (pythonExec: string, cliArgs: string) =>
Expand Down

0 comments on commit 55fe039

Please sign in to comment.