Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@
</slice>
</part>
<part id="LexSense-Detail-Subentries" type="Detail">
<slice field="Subentries" label="Subentries" tooltip="Show these subentries below this sense in root-based dictionary views." menu="mnuDataTree-Help"
<slice field="Subentries" label="Subentries" tooltip="Show these subentries below this sense in root-based dictionary layouts." menu="mnuDataTree-Help"
editor="custom" assemblyPath="LexEdDll.dll" class="SIL.FieldWorks.XWorks.LexEd.EntrySequenceReferenceSlice">
<deParams displayProperty="HeadWord"/>
</slice>
Expand Down
15 changes: 14 additions & 1 deletion Src/LexText/Lexicon/LexEdDll.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version='1.0' encoding='utf-8'?>
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>LexEdDll</AssemblyName>
Expand Down Expand Up @@ -76,4 +76,17 @@
<EmbeddedResource Include="icons\Find Reversal Entry.ico" />
<EmbeddedResource Include="LexEd.ico" />
</ItemGroup>
<ItemGroup>
<Compile Update="LexEdStrings.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>LexEdStrings.resx</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Update="LexEdStrings.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>LexEdStrings.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
</Project>
6 changes: 3 additions & 3 deletions Src/LexText/Lexicon/LexEdStrings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Src/xWorks/xWorksStrings.resx
Original file line number Diff line number Diff line change
Expand Up @@ -1079,7 +1079,7 @@ See USFM documentation for help.</value>
<comment>this message is displayed in a progress report dialog</comment>
</data>
<data name="ksPreparingPublicationDisplay" xml:space="preserve">
<value>Preparing to display the Dictionary view</value>
<value>Preparing to display the Dictionary layout</value>
<comment>this is the title for a progress report dialog</comment>
</data>
<data name="promptGenerateAllEntriesBeforePrinting" xml:space="preserve">
Expand Down
Loading