From a4be3486b60d232b546f438bc4bd7a4a80cf330c Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Thu, 28 Feb 2019 16:56:01 -0800 Subject: Expose WixVariableResolver via WixToolsetServiceProvider --- src/WixToolset.Core/ILocalizer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/WixToolset.Core/ILocalizer.cs') diff --git a/src/WixToolset.Core/ILocalizer.cs b/src/WixToolset.Core/ILocalizer.cs index f15d9ba7..ba39dd5c 100644 --- a/src/WixToolset.Core/ILocalizer.cs +++ b/src/WixToolset.Core/ILocalizer.cs @@ -1,4 +1,4 @@ -// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. +// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. namespace WixToolset.Core { @@ -6,7 +6,7 @@ namespace WixToolset.Core using WixToolset.Data; /// - /// Parses localization files and localizes database values. + /// Parses localization source files. /// public interface ILocalizer { -- cgit v1.2.3-55-g6feb