Skip to content

Commit 4a69457

Browse files
committed
Fix localization
1 parent 8a642a8 commit 4a69457

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/Classes/020.SqlRSSetup.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
)

source/en-US/SqlRSSetup.strings.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)