diff --git a/data/resources/StringResources.resx b/data/resources/StringResources.resx index e88062cd8ae..c6d41f16391 100644 --- a/data/resources/StringResources.resx +++ b/data/resources/StringResources.resx @@ -6054,6 +6054,10 @@ Removed the end part of the original message ", reason '${Message}'" since this Add Reference + + Add Service Reference + Right click context menu option to add a service reference to the project. + Add Web Reference Right click context menu option to add a web reference to the project. diff --git a/src/Main/Base/Project/ICSharpCode.SharpDevelop.addin b/src/Main/Base/Project/ICSharpCode.SharpDevelop.addin index 99c61c6e124..d618fc53c85 100755 --- a/src/Main/Base/Project/ICSharpCode.SharpDevelop.addin +++ b/src/Main/Base/Project/ICSharpCode.SharpDevelop.addin @@ -366,7 +366,7 @@ label = "${res:ProjectComponent.ContextMenu.AddReference}" class = "ICSharpCode.SharpDevelop.Project.Commands.AddReferenceToProject"/> +