Merge pull request #5441 from dotnet/blackdwarf-patch-2

Update LocalizableStrings.cs
This commit is contained in:
Piotr Puszkiewicz 2017-01-24 14:15:51 -08:00 committed by GitHub
commit 82d80f0da0

View file

@ -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}";
}
}
}