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:
authorMatt Ward <ward.matt@gmail.com>2014-11-19 20:25:46 +0300
committerMatt Ward <ward.matt@gmail.com>2014-11-19 20:25:46 +0300
commitd0e2d080079ec26efc35f3e0a94fd65bf6af15bf (patch)
treebbf5c2a4a4c6be411f1481a132ac53b8aed12b85 /main/src/addins/MonoDevelop.Gettext/templates
parent5cce8893ceec70dfa16674642764f9cffec70bfa (diff)
[Ide] Remove underscores from non-localizable template header items
Xml elements in the project template header use underscores to identify strings that should be translated. The new header elements added were incorrectly using an underscore prefix.
Diffstat (limited to 'main/src/addins/MonoDevelop.Gettext/templates')
-rw-r--r--main/src/addins/MonoDevelop.Gettext/templates/TranslationProject.xpt.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/addins/MonoDevelop.Gettext/templates/TranslationProject.xpt.xml b/main/src/addins/MonoDevelop.Gettext/templates/TranslationProject.xpt.xml
index 14459a2691..69a6f5b5cd 100644
--- a/main/src/addins/MonoDevelop.Gettext/templates/TranslationProject.xpt.xml
+++ b/main/src/addins/MonoDevelop.Gettext/templates/TranslationProject.xpt.xml
@@ -4,7 +4,7 @@
<!-- Template Header -->
<TemplateConfiguration>
<_Name>Translation Project</_Name>
- <_Category>other/misc/generic</_Category>
+ <Category>other/misc/generic</Category>
<Icon>md-project|res:gettext-overlay-32.png</Icon>
<_Description>Creates a translation project.</_Description>
<DefaultFilename>TranslationProject</DefaultFilename>