Fixing strings based on PR comments
This commit is contained in:
parent
c331dc3b97
commit
8334bb643d
1 changed files with 4 additions and 4 deletions
|
@ -5,13 +5,13 @@ namespace Microsoft.DotNet.Tools.Remove.PackageReference
|
|||
{
|
||||
internal class LocalizableStrings
|
||||
{
|
||||
public const string AppFullName = ".NET Remove Package reference Command";
|
||||
public const string AppFullName = ".NET Remove Package reference Command.";
|
||||
|
||||
public const string AppDescription = "Command to remove package reference";
|
||||
public const string AppDescription = "Command to remove package reference.";
|
||||
|
||||
public const string AppHelpText = "Package references to remove";
|
||||
public const string AppHelpText = "Package reference to remove.";
|
||||
|
||||
public const string SpecifyExactlyOnePackageReference = "Please specify one package reference to remove";
|
||||
public const string SpecifyExactlyOnePackageReference = "Please specify only one package reference to remove.";
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue