Skip to content

Commit 729fe49

Browse files
committed
Update strings
1 parent 48c5699 commit 729fe49

30 files changed

+17
-85
lines changed

src/Cli/dotnet/CliStrings.resx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,4 @@ For a list of locations searched, specify the "-d" option before the tool name.<
815815
<data name="YesOptionDescription" xml:space="preserve">
816816
<value>Overrides confirmation prompt with "yes" value. </value>
817817
</data>
818-
<data name="NoOptionDescription" xml:space="preserve">
819-
<value>Overrides confirmation prompt with "no" value.</value>
820-
</data>
821818
</root>

src/Cli/dotnet/Commands/CliCommandStrings.resx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2052,7 +2052,7 @@ If you would like to create a manifest, use the `--create-manifest-if-needed` fl
20522052
<data name="ToolRunCommandDescription" xml:space="preserve">
20532053
<value>Run a local tool. Note that this command cannot be used to run a global tool. </value>
20542054
</data>
2055-
<data name="ToolRunArguementsDescription" xml:space="preserve">
2055+
<data name="ToolRunArgumentsDescription" xml:space="preserve">
20562056
<value>Arguments forwarded to the tool</value>
20572057
</data>
20582058
<data name="ToolSearchCommandDescription" xml:space="preserve">
@@ -2491,4 +2491,4 @@ To display a value, specify the corresponding command-line option without provid
24912491
<data name="ToolRunFromSourceUserConfirmationFailed" xml:space="preserve">
24922492
<value>Run from source approval denied by the user</value>
24932493
</data>
2494-
</root>
2494+
</root>

src/Cli/dotnet/Commands/Tool/Execute/ToolExecuteCommandParser.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ internal static class ToolExecuteCommandParser
1717

1818
public static readonly Argument<IEnumerable<string>> CommandArgument = new("commandArguments")
1919
{
20-
Description = CliCommandStrings.ToolRunArguementsDescription
20+
Description = CliCommandStrings.ToolRunArgumentsDescription
2121
};
2222

2323
public static readonly Option<string> VersionOption = ToolInstallCommandParser.VersionOption;

src/Cli/dotnet/Commands/Tool/Run/ToolRunCommandParser.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ internal static class ToolRunCommandParser
1717

1818
public static readonly Argument<IEnumerable<string>> CommandArgument = new("toolArguments")
1919
{
20-
Description = CliCommandStrings.ToolRunArguementsDescription
20+
Description = CliCommandStrings.ToolRunArgumentsDescription
2121
};
2222

2323
public static readonly Option<bool> RollForwardOption = new("--allow-roll-forward")

src/Cli/dotnet/Commands/xlf/CliCommandStrings.cs.xlf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Cli/dotnet/Commands/xlf/CliCommandStrings.de.xlf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Cli/dotnet/Commands/xlf/CliCommandStrings.es.xlf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Cli/dotnet/Commands/xlf/CliCommandStrings.fr.xlf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Cli/dotnet/Commands/xlf/CliCommandStrings.it.xlf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Cli/dotnet/Commands/xlf/CliCommandStrings.ja.xlf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)