Skip to content

Commit

Permalink
Fix the error message
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Feb 17, 2023
1 parent c7b8cf2 commit 939a741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Xamarin.Android.Build.Tasks/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ Please change the value to an assembly-qualifed type name which inherits from '{
{0} - The assembly name</comment>
</data>
<data name="APT2264" xml:space="preserve">
<value>This is probably caused by the project exceeding the Max Path length. See https://learn.microsoft.com/en-us/xamarin/android/errors-and-warnings/apt2264 for details.</value>
<value>This is probably caused by the project exceeding the Windows maximum path length limitation. See https://learn.microsoft.com/xamarin/android/errors-and-warnings/apt2264 for details.</value>
<comment>The following are literal names and should not be translated:</comment>
</data>
<data name="XA3001" xml:space="preserve">
Expand Down

0 comments on commit 939a741

Please sign in to comment.