diff --git a/docs/BuildFromSource.md b/docs/BuildFromSource.md index 815480a48f9f497394f5b8f092066069acfb3e0b..4d93c4d7e78bed937c65ee0f69e0022d602375fd 100644 --- a/docs/BuildFromSource.md +++ b/docs/BuildFromSource.md @@ -359,7 +359,7 @@ Common properties include: ### Resx files -If you need to make changes to a .resx file, run `dotnet msbuild t:/Resgen <path to csproj>`. This will update the generated C#. +After making changes to a .resx file, the updated strings and accessor methods will automatically be included in the output assembly when the project is next built. ## Step 5: Use the result of your build