Merge pull request #5441 from dotnet/blackdwarf-patch-2
Update LocalizableStrings.cs
This commit is contained in:
commit
82d80f0da0
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ Defaults to current directory if nothing is specified.";
|
|||
|
||||
public const string MigrationFailedError = "Migration failed.";
|
||||
|
||||
public const string MigrationAdditionalHelp = "Your project has been migrated to the .csproj format and can be used with this build of the .NET Core Tools. Please visit https://aka.ms/coremigration to report issues or ask for help.";
|
||||
public const string MigrationAdditionalHelp = "The project migration has finished. Please visit https://aka.ms/coremigration to report any issues you've encountered or ask for help.";
|
||||
|
||||
public const string MigrationReportSummary = "Summary";
|
||||
|
||||
|
@ -61,4 +61,4 @@ Defaults to current directory if nothing is specified.";
|
|||
|
||||
public const string MigrateFilesBackupLocation = "Files backed up to {0}";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue