Skip to content

Commit fcc6739

Browse files
committed
comment
1 parent fc76efd commit fcc6739

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FlashpointSecurePlayer/FlashpointSecurePlayerGUI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@ private async Task ActivateModificationsAsync(TemplateElement templateElement, E
926926
await downloadSource.Activate(TemplateName, DownloadSourceModificationName, ref software).ConfigureAwait(true);
927927
} catch (DownloadFailedException ex) {
928928
LogExceptionToLauncher(ex);
929-
errorDelegate(String.Format(Properties.Resources.GameIsMissingFiles, DownloadSourceModificationName));
929+
errorDelegate(String.Format(Properties.Resources.GameIsMissingFile, DownloadSourceModificationName));
930930
} catch (ConfigurationErrorsException ex) {
931931
LogExceptionToLauncher(ex);
932932
errorDelegate(Properties.Resources.ConfigurationFailedLoad);

0 commit comments

Comments
 (0)