diff --git a/Source/ChocolateyGui.Common/Properties/Resources.Designer.cs b/Source/ChocolateyGui.Common/Properties/Resources.Designer.cs index 4f644b792..2a0e90bf1 100644 --- a/Source/ChocolateyGui.Common/Properties/Resources.Designer.cs +++ b/Source/ChocolateyGui.Common/Properties/Resources.Designer.cs @@ -767,7 +767,7 @@ public static string Application_OutdatedPackagesError { } /// - /// Looks up a localized string similar to There as an error attempting to read the contents of the .arguments file for version {0} of package '{1}'. See log file for more information.. + /// Looks up a localized string similar to There was an error attempting to read the contents of the .arguments file for version {0} of package '{1}'. See log file for more information.. /// public static string Application_PackageArgumentsError { get { diff --git a/Source/ChocolateyGui.Common/Properties/Resources.resx b/Source/ChocolateyGui.Common/Properties/Resources.resx index e54c511b2..3d185c849 100644 --- a/Source/ChocolateyGui.Common/Properties/Resources.resx +++ b/Source/ChocolateyGui.Common/Properties/Resources.resx @@ -421,7 +421,7 @@ NOTE: Probably only necessary to change in RTL languages. Failed to load remote packages! {0} - {0} = The exception message that occured + {0} = The exception message that occurred Feed Search Error @@ -1329,8 +1329,10 @@ Please contact your System Administrator to enable this operation. Use Delayed Search - There as an error attempting to read the contents of the .arguments file for version {0} of package '{1}'. See log file for more information. - {0} = The version of the selected package {1} = The id for the currently selected package + There was an error attempting to read the contents of the .arguments file for version {0} of package '{1}'. See log file for more information. + {0} = The version of the selected package +{1} = The id for the currently selected package + View Package Arguments