Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/MergeMigration' into 134-localiz…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
Mgamerz committed Jul 5, 2024
2 parents 77d77c6 + c37e94c commit 0e2054a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MassEffectModManagerCore/ME3TweaksModManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<PublishTrimmed>False</PublishTrimmed>
<Nullable>disable</Nullable>
<Configurations>Debug;Release;WinAzureTest;WinAzureRelease</Configurations>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ private void StartDeployment()
if (nonSubmittableMods.Any())
{
M3L.ShowDialog(window, M3L.GetString(M3L.string_interp_dialog_noModSiteDeployed, string.Join("\n - ", nonSubmittableMods.Select(x => x.ModName))), // do not localize
M3L.ShowDialog(window, M3L.GetString(M3L.string_interp_dialog_noModSiteDeployed, @" - " + string.Join("\n - ", nonSubmittableMods.Select(x => x.ModName))), // do not localize
M3L.GetString(M3L.string_dialog_noModSiteDeployed), MessageBoxButton.OK,
MessageBoxImage.Warning);
}
Expand Down

0 comments on commit 0e2054a

Please sign in to comment.