Skip to content

Commit 2e1255e

Browse files
committed
wording
1 parent 99c4af7 commit 2e1255e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/features/creators/newPackageProject.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ export class NewPackageProject implements PythonProjectCreator {
142142
} else {
143143
const action = await window.showErrorMessage(
144144
l10n.t(
145-
'Attempt at creating a virtual environment as part of new package "{0}" creation failed. Default environment manager does not support creating environments and no alternative was found.',
145+
'Could not automatically create a virtual environment for the new package "{0}" because your default environment manager does not support this operation and no alternative was available.',
146146
packageName,
147147
),
148148
l10n.t('Create Environment Manually'),

0 commit comments

Comments
 (0)