Skip to content

Commit d00b5ed

Browse files
committed
Rework wording
1 parent f36fb55 commit d00b5ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/docs-mobile/messages/xa0141.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.date: 07/22/2024
77

88
## Issue
99

10-
NuGet package '{0}' version '{1}' contains a shared library '{2}' which is not correctly aligned. See https://developer.android.com/guide/practices/page-sizes for more details
10+
Shared library '{3}' is not correctly aligned. You may wish to inform the creators of the NuGet/Library about this issue. The shared library is from NuGet package '{0}' version '{1}' and contains '{2}'. See https://developer.android.com/guide/practices/page-sizes for more details.
1111

1212
## Solution
1313

src/Xamarin.Android.Build.Tasks/Properties/Resources.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1063,7 +1063,7 @@ To use a custom JDK path for a command line build, set the 'JavaSdkDirectory' MS
10631063
{1} - NuGet package version</comment>
10641064
</data>
10651065
<data name="XA0141" xml:space="preserve">
1066-
<value>'{2}' from NuGet package '{0}' version '{1}' contains a shared library '{3}' which is not correctly aligned. You may wish to inform the creators of the Library about this issue. See https://developer.android.com/guide/practices/page-sizes for more details.</value>
1066+
<value>Shared library '{3}' is not correctly aligned. You may wish to inform the creators of the NuGet/Library about this issue. The shared library is from NuGet package '{0}' version '{1}' and contains '{2}'. See https://developer.android.com/guide/practices/page-sizes for more details.</value>
10671067
<comment>The following is a literal name and should not be translated: NuGet
10681068
{0} - NuGet package id
10691069
{1} - NuGet package version

0 commit comments

Comments
 (0)