Skip to content

Commit 39c2ac4

Browse files
authored
Apply suggestions from PR review
1 parent 3797e1f commit 39c2ac4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ If you have a copy of the repo on your local machine, you will need to update th
55

66
1. `cd` to your local Git directory for the repo and find the remote name with the command: `git remote -v`
77

8-
You will receive a response like this:
8+
You will receive a response like the following example:
99
`origin https://github.com/MicrosoftDocs/windows-uwp.git (fetch)`
1010
`origin https://github.com/MicrosoftDocs/windows-uwp.git (push)`
1111

@@ -29,5 +29,5 @@ Microsoft's general trademark guidelines can be found at https://go.microsoft.co
2929

3030
Privacy information can be found at https://privacy.microsoft.com/en-us/
3131

32-
Microsoft and any contributors reserve all other's rights, whether under their respective copyrights, patents,
32+
Microsoft and any contributors reserve all others rights, whether under their respective copyrights, patents,
3333
or trademarks, whether by implication, estoppel, or otherwise.

uwp/app-resources/compile-resources-manually-with-makepri.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ MakePri.exe is typically used with the `new`, `versioned`, and `resourcepack` op
3939

4040
### Resources found for language(s) '<language(s)>' but no resources found for default language(s): '<language(s)>'. Change the default language or qualify resources with the default language.
4141

42-
This warning is displayed when MakePri.exe or MSBuild discovers files or string resources for a given named resource that appear to be marked with language qualifiers, but no candidate is found for a default language. The process for using qualifiers in file and folder names are described in [Tailor your resources for language, scale, and other qualifiers](tailor-resources-lang-scale-contrast.md). A file or folder may have a language name in it, but no resources are discovered that are qualified for the exact default language. For example, if a project uses "en-US" as the default language and has a file named "de/logo.png", but does not have any files that are marked with the default language "en-US", this warning will appear. In order to remove this warning, either file(s) or string resource(s) should be qualified with the default language or the default language should be changed. To change the default language, with your solution open in Visual Studio, open `Package.appxmanifest`. On the Application tab, confirm that the Default language is set appropriately (for example, "en" or "en-US").
42+
This warning is displayed when MakePri.exe or MSBuild discovers files or string resources for a given named resource that appear to be marked with language qualifiers, but no candidate is found for a default language. The process for using qualifiers in file and folder names is described in [Tailor your resources for language, scale, and other qualifiers](tailor-resources-lang-scale-contrast.md). A file or folder may have a language name in it, but no resources are discovered that are qualified for the exact default language. For example, if a project uses "en-US" as the default language and has a file named "de/logo.png", but does not have any files that are marked with the default language "en-US", this warning will appear. In order to remove this warning, either file(s) or string resource(s) should be qualified with the default language, or the default language should be changed. To change the default language, with your solution open in Visual Studio, open `Package.appxmanifest`. On the Application tab, confirm that the Default language is set appropriately (for example, "en" or "en-US").
4343

4444
### No default or neutral resource is given for '\<resource identifier>'. The application may throw an exception for certain user configurations when retrieving the resources.
4545

0 commit comments

Comments
 (0)