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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo.moya@xamarin.com>2020-01-22 12:50:50 +0300
committerGitHub <noreply@github.com>2020-01-22 12:50:50 +0300
commitef3782e3802c3982838bbf840ee63ec360d4d852 (patch)
tree4e63be80225c3fb966ef8c4bf6059618622ab218
parentac3483941df21d275fa3a6f46481377c1da079c1 (diff)
parent9048563bb71de54d08b1238dcab13d4b529478f1 (diff)
Merge pull request #9580 from mono/pr-bug-1050440
[1050440]Fix description of Razor files
-rw-r--r--main/src/addins/MonoDevelop.AspNetCore/Templates/MVCViewImportsPage.xft.xml2
-rw-r--r--main/src/addins/MonoDevelop.AspNetCore/Templates/MVCViewLayoutPage.xft.xml2
-rw-r--r--main/src/addins/MonoDevelop.AspNetCore/Templates/MVCViewPage.xft.xml2
-rw-r--r--main/src/addins/MonoDevelop.AspNetCore/Templates/MVCViewStartPage.xft.xml2
4 files changed, 4 insertions, 4 deletions
diff --git a/main/src/addins/MonoDevelop.AspNetCore/Templates/MVCViewImportsPage.xft.xml b/main/src/addins/MonoDevelop.AspNetCore/Templates/MVCViewImportsPage.xft.xml
index baa9d9ce36..0bed511e0d 100644
--- a/main/src/addins/MonoDevelop.AspNetCore/Templates/MVCViewImportsPage.xft.xml
+++ b/main/src/addins/MonoDevelop.AspNetCore/Templates/MVCViewImportsPage.xft.xml
@@ -10,7 +10,7 @@
<_Category>ASP.NET Core</_Category>
<LanguageName>C#</LanguageName>
<DefaultFilename>_ViewImports</DefaultFilename>
- <_Description>Creates a MVC View Import Page.</_Description>
+ <_Description>Creates a Razor View Import Page.</_Description>
</TemplateConfiguration>
<Conditions>
diff --git a/main/src/addins/MonoDevelop.AspNetCore/Templates/MVCViewLayoutPage.xft.xml b/main/src/addins/MonoDevelop.AspNetCore/Templates/MVCViewLayoutPage.xft.xml
index 8b68b7d9f3..ccae2873ca 100644
--- a/main/src/addins/MonoDevelop.AspNetCore/Templates/MVCViewLayoutPage.xft.xml
+++ b/main/src/addins/MonoDevelop.AspNetCore/Templates/MVCViewLayoutPage.xft.xml
@@ -10,7 +10,7 @@
<_Category>ASP.NET Core</_Category>
<LanguageName>C#</LanguageName>
<DefaultFilename>_Layout</DefaultFilename>
- <_Description>Creates an MVC Razor Layout page.</_Description>
+ <_Description>Creates a Razor View Layout page.</_Description>
</TemplateConfiguration>
<Conditions>
diff --git a/main/src/addins/MonoDevelop.AspNetCore/Templates/MVCViewPage.xft.xml b/main/src/addins/MonoDevelop.AspNetCore/Templates/MVCViewPage.xft.xml
index 7691331deb..53b0ef8c22 100644
--- a/main/src/addins/MonoDevelop.AspNetCore/Templates/MVCViewPage.xft.xml
+++ b/main/src/addins/MonoDevelop.AspNetCore/Templates/MVCViewPage.xft.xml
@@ -10,7 +10,7 @@
<_Category>ASP.NET Core</_Category>
<LanguageName>C#</LanguageName>
<DefaultFilename>Index</DefaultFilename>
- <_Description>Creates a MVC View Page.</_Description>
+ <_Description>Creates a Razor View Page.</_Description>
</TemplateConfiguration>
<Conditions>
diff --git a/main/src/addins/MonoDevelop.AspNetCore/Templates/MVCViewStartPage.xft.xml b/main/src/addins/MonoDevelop.AspNetCore/Templates/MVCViewStartPage.xft.xml
index 3c4dfc9929..e56fa0c695 100644
--- a/main/src/addins/MonoDevelop.AspNetCore/Templates/MVCViewStartPage.xft.xml
+++ b/main/src/addins/MonoDevelop.AspNetCore/Templates/MVCViewStartPage.xft.xml
@@ -10,7 +10,7 @@
<_Category>ASP.NET Core</_Category>
<LanguageName>C#</LanguageName>
<DefaultFilename>_ViewStart</DefaultFilename>
- <_Description>Creates a MVC View Start Page.</_Description>
+ <_Description>Creates a Razor View Start Page.</_Description>
</TemplateConfiguration>
<Conditions>