Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Commit

Permalink
Add missing localization for section header in the settings module
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-yagodin committed May 25, 2016
1 parent e26f6bb commit f219ad4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion R7.DnnTemplates/DnnCSharpModuleDAL2.xpt.xml
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,9 @@ GO
<data xml:space="preserve" name="ModuleHelp.Text">
<value>About ${ProjectName} Settings</value>
</data>
<data xml:space="preserve" name="sectionBasicSettings.Text">
<value>Basic Settings</value>
</data>
</root>]]></File>
<File name="Settings${ProjectName}.ascx.ru-RU.resx"><![CDATA[<?xml version="1.0" encoding="utf-8"?>
<root>
Expand All @@ -230,6 +233,9 @@ GO
<data xml:space="preserve" name="ModuleHelp.Text">
<value>О настройках ${ProjectName}</value>
</data>
<data xml:space="preserve" name="sectionBasicSettings.Text">
<value>Основные настройки</value>
</data>
</root>]]></File>
</Directory>
<Directory name="Components">
Expand Down Expand Up @@ -664,7 +670,7 @@ namespace ${ProjectName}
<dnn:DnnCssInclude runat="server" FilePath="~/DesktopModules/${ProjectName}/${ProjectName}/admin.css" Priority="200" />
<div class="dnnForm dnnClear">
<h2 class="dnnFormSectionHead"><a href=""><asp:Label runat="server" ResourceKey="sectionBaseSettings.Text" /></a></h2>
<h2 class="dnnFormSectionHead"><a href=""><asp:Label runat="server" ResourceKey="sectionBasicSettings.Text" /></a></h2>
<fieldset>
<div class="dnnFormItem">
<dnn:Label ID="lblTemplate" runat="server" ControlName="txtTemplate" />
Expand Down
1 change: 1 addition & 0 deletions R7.DnnTemplates/releaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* Fix AssemblyInfo created inside Properties/Properties folder.
* Move controller and settings classes to Components namespace/folder.
* Move POCO-class to Data namespace/folder.
* Add missing localization for section header in the settings module.

{{0.4.0, 2016-02-01}}
* First release on addins.monodevelop.com
Expand Down

0 comments on commit f219ad4

Please sign in to comment.