diff --git a/data/resources/StringResources.resx b/data/resources/StringResources.resx index e88062cd8a..c6d41f1639 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 99c61c6e12..cb4acfe765 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"/>