File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -346,7 +346,7 @@ class SqlRSSetup : ResourceBase
346346 hidden [System.Collections.Hashtable ] GetCurrentState([System.Collections.Hashtable ] $properties )
347347 {
348348 Write-Verbose - Message (
349- $this.localizedData.Evaluating -f @ (
349+ $this.localizedData.Getting_Information_Instance -f @ (
350350 $properties.InstanceName
351351 )
352352 )
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ConvertFrom-StringData @'
1010 # None
1111
1212 ## Strings directly used by the derived class SqlRSSetup.
13- Evaluating = Evaluating SQL Reporting Services setup for instance '{0}'.
13+ Getting_Information_Instance = Getting information about instance '{0}'.
1414 Instance_NotInstalled = Instance '{0}' is not installed.
1515 Instance_Installed = Instance '{0}' is installed.
1616 AcceptLicensingTerms_Required = AcceptLicensingTerms must be set for Install and Repair operations.
You can’t perform that action at this time.
0 commit comments