From 7c3d91fbc797faae534943110ba90045a05d51ae Mon Sep 17 00:00:00 2001 From: Tatiana Ber Date: Tue, 20 May 2025 12:08:26 +0000 Subject: [PATCH] PY-80994 UI Texts: Fix typos and grammar mistakes (May) Uv -> uv GitOrigin-RevId: ed4361bd4d125ba2dd565016753827a5c6e4e4bf --- python/pluginResources/messages/PyBundle.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python/pluginResources/messages/PyBundle.properties b/python/pluginResources/messages/PyBundle.properties index d45e2d9a410b..d1e494375c38 100644 --- a/python/pluginResources/messages/PyBundle.properties +++ b/python/pluginResources/messages/PyBundle.properties @@ -1691,9 +1691,9 @@ project.error.install.not.supported=Python is not installed and this target does project.error.all.pythons.bad=No usable Python installations were found on your system. Please install Python manually. Check logs for more info. uv.run.configuration.type.display.name=uv run -uv.run.configuration.type.description=Uv run configuration type +uv.run.configuration.type.description=uv run configuration type -uv.run.configuration.state.progress.name=Uv sync check +uv.run.configuration.state.progress.name=uv sync check uv.run.configuration.state.sync.warning.title=Sync Warning uv.run.configuration.state.sync.warning.body.will=Using uv to run this script will cause the dependencies to be synchronized. Would you like to proceed? uv.run.configuration.state.sync.warning.body.might=Using uv to run this script might cause the dependencies to be synchronized. Would you like to proceed? @@ -1704,7 +1704,7 @@ uv.run.configuration.editor.field.script=Script uv.run.configuration.editor.field.module=Module uv.run.configuration.editor.field.arguments=Arguments uv.run.configuration.editor.field.environment=Environment -uv.run.configuration.editor.field.uv.arguments=Uv arguments +uv.run.configuration.editor.field.uv.arguments=uv arguments uv.run.configuration.editor.field.check.sync=Warn about package synchronization before running uv.run.configuration.validation.sdk=Please specify a valid uv sdk