Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorqizhanMS <qizhan@microsoft.com>2017-03-18 00:26:02 +0300
committerqizhanMS <qizhan@microsoft.com>2017-03-18 00:26:02 +0300
commit81ae134665374706db4dc9c861e252c7fbecafdc (patch)
tree0b3800e8a69c12b2a360f0c218d829c012bbace1 /src/System.Transactions.Local
parent80a09c112b23124e7bb9039ac30967ddb6f4e2a3 (diff)
Update localization resource string for etw tracing event source to reflect the System.Transctions.Local name change.
Diffstat (limited to 'src/System.Transactions.Local')
-rw-r--r--src/System.Transactions.Local/src/System/Transactions/TransactionsEtwProvider.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System.Transactions.Local/src/System/Transactions/TransactionsEtwProvider.cs b/src/System.Transactions.Local/src/System/Transactions/TransactionsEtwProvider.cs
index 73787886a0..b141ccd076 100644
--- a/src/System.Transactions.Local/src/System/Transactions/TransactionsEtwProvider.cs
+++ b/src/System.Transactions.Local/src/System/Transactions/TransactionsEtwProvider.cs
@@ -73,7 +73,7 @@ namespace System.Transactions
[EventSource(
Name = "System.Transactions.TransactionsEventSource",
Guid = "8ac2d80a-1f1a-431b-ace4-bff8824aef0b",
- LocalizationResources = "FxResources.System.Transactions.SR")]
+ LocalizationResources = "FxResources.System.Transactions.Local.SR")]
internal sealed class TransactionsEtwProvider : EventSource
{
/// <summary>