From 00bae9bdaf594c76598f6613a6f5572f01a230e5 Mon Sep 17 00:00:00 2001 From: Cyrus Najmabadi Date: Thu, 9 Apr 2020 11:50:54 -0700 Subject: [PATCH] Fix spelling. Use original definition. --- .../Core/LanguageServiceIndexFormat/SymbolMoniker.cs | 1 + src/VisualStudio/Core/Def/ServicesVSResources.resx | 2 +- src/VisualStudio/Core/Def/xlf/ServicesVSResources.cs.xlf | 4 ++-- src/VisualStudio/Core/Def/xlf/ServicesVSResources.de.xlf | 4 ++-- src/VisualStudio/Core/Def/xlf/ServicesVSResources.es.xlf | 4 ++-- src/VisualStudio/Core/Def/xlf/ServicesVSResources.fr.xlf | 4 ++-- src/VisualStudio/Core/Def/xlf/ServicesVSResources.it.xlf | 4 ++-- src/VisualStudio/Core/Def/xlf/ServicesVSResources.ja.xlf | 4 ++-- src/VisualStudio/Core/Def/xlf/ServicesVSResources.ko.xlf | 4 ++-- src/VisualStudio/Core/Def/xlf/ServicesVSResources.pl.xlf | 4 ++-- src/VisualStudio/Core/Def/xlf/ServicesVSResources.pt-BR.xlf | 4 ++-- src/VisualStudio/Core/Def/xlf/ServicesVSResources.ru.xlf | 4 ++-- src/VisualStudio/Core/Def/xlf/ServicesVSResources.tr.xlf | 4 ++-- src/VisualStudio/Core/Def/xlf/ServicesVSResources.zh-Hans.xlf | 4 ++-- src/VisualStudio/Core/Def/xlf/ServicesVSResources.zh-Hant.xlf | 4 ++-- 15 files changed, 28 insertions(+), 27 deletions(-) diff --git a/src/EditorFeatures/Core/LanguageServiceIndexFormat/SymbolMoniker.cs b/src/EditorFeatures/Core/LanguageServiceIndexFormat/SymbolMoniker.cs index d4b9a0f6ea8..e194091e85f 100644 --- a/src/EditorFeatures/Core/LanguageServiceIndexFormat/SymbolMoniker.cs +++ b/src/EditorFeatures/Core/LanguageServiceIndexFormat/SymbolMoniker.cs @@ -70,6 +70,7 @@ public SymbolMoniker(string scheme, string identifier) static string GetRequiredDocumentationCommentId(ISymbol symbol) { + symbol = symbol.OriginalDefinition; var documentationCommentId = symbol.GetDocumentationCommentId(); if (documentationCommentId == null) diff --git a/src/VisualStudio/Core/Def/ServicesVSResources.resx b/src/VisualStudio/Core/Def/ServicesVSResources.resx index c70621baa59..3a7999a1ecb 100644 --- a/src/VisualStudio/Core/Def/ServicesVSResources.resx +++ b/src/VisualStudio/Core/Def/ServicesVSResources.resx @@ -1438,7 +1438,7 @@ I agree to all of the foregoing: Razor C# Language Server Client - All sourcess + All sources Entire repository diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.cs.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.cs.xlf index e2c8dd5b219..f0f0b302ae4 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.cs.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.cs.xlf @@ -48,8 +48,8 @@ - All sourcess - All sourcess + All sources + All sources diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.de.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.de.xlf index a21a1cf130b..f8b24290c34 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.de.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.de.xlf @@ -48,8 +48,8 @@ - All sourcess - All sourcess + All sources + All sources diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.es.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.es.xlf index edd332156cd..6589188c9f0 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.es.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.es.xlf @@ -48,8 +48,8 @@ - All sourcess - All sourcess + All sources + All sources diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.fr.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.fr.xlf index 5c818190311..6f161883d53 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.fr.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.fr.xlf @@ -48,8 +48,8 @@ - All sourcess - All sourcess + All sources + All sources diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.it.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.it.xlf index 4ea6739cec8..c30456daef4 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.it.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.it.xlf @@ -48,8 +48,8 @@ - All sourcess - All sourcess + All sources + All sources diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ja.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ja.xlf index 05f64038e8d..322d9a3d61c 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ja.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ja.xlf @@ -48,8 +48,8 @@ - All sourcess - All sourcess + All sources + All sources diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ko.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ko.xlf index c40194a1b5a..08d2f4c1c5f 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ko.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ko.xlf @@ -48,8 +48,8 @@ - All sourcess - All sourcess + All sources + All sources diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.pl.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.pl.xlf index b7c7f1bf223..e995f6d3ee5 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.pl.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.pl.xlf @@ -48,8 +48,8 @@ - All sourcess - All sourcess + All sources + All sources diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.pt-BR.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.pt-BR.xlf index 91c01abe653..ef9a91ee6bb 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.pt-BR.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.pt-BR.xlf @@ -48,8 +48,8 @@ - All sourcess - All sourcess + All sources + All sources diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ru.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ru.xlf index fffd503e06a..5a20c9e306b 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ru.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ru.xlf @@ -48,8 +48,8 @@ - All sourcess - All sourcess + All sources + All sources diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.tr.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.tr.xlf index 5db2ea39e95..6209a7fbcd5 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.tr.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.tr.xlf @@ -48,8 +48,8 @@ - All sourcess - All sourcess + All sources + All sources diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.zh-Hans.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.zh-Hans.xlf index 7c56568fe3b..781ce17e994 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.zh-Hans.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.zh-Hans.xlf @@ -48,8 +48,8 @@ - All sourcess - All sourcess + All sources + All sources diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.zh-Hant.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.zh-Hant.xlf index 0dad2ea5d80..dc1649738d1 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.zh-Hant.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.zh-Hant.xlf @@ -48,8 +48,8 @@ - All sourcess - All sourcess + All sources + All sources -- GitLab