Skip to content

Commit dc2572c

Browse files
authored
Fix more LT-22398: Change Dictionary view to Dictionary layout (#901)
1 parent 272325a commit dc2572c

4 files changed

Lines changed: 19 additions & 6 deletions

File tree

DistFiles/Language Explorer/Configuration/Parts/LexSenseParts.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@
590590
</slice>
591591
</part>
592592
<part id="LexSense-Detail-Subentries" type="Detail">
593-
<slice field="Subentries" label="Subentries" tooltip="Show these subentries below this sense in root-based dictionary views." menu="mnuDataTree-Help"
593+
<slice field="Subentries" label="Subentries" tooltip="Show these subentries below this sense in root-based dictionary layouts." menu="mnuDataTree-Help"
594594
editor="custom" assemblyPath="LexEdDll.dll" class="SIL.FieldWorks.XWorks.LexEd.EntrySequenceReferenceSlice">
595595
<deParams displayProperty="HeadWord"/>
596596
</slice>

Src/LexText/Lexicon/LexEdDll.csproj

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version='1.0' encoding='utf-8'?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<AssemblyName>LexEdDll</AssemblyName>
@@ -76,4 +76,17 @@
7676
<EmbeddedResource Include="icons\Find Reversal Entry.ico" />
7777
<EmbeddedResource Include="LexEd.ico" />
7878
</ItemGroup>
79+
<ItemGroup>
80+
<Compile Update="LexEdStrings.Designer.cs">
81+
<DesignTime>True</DesignTime>
82+
<AutoGen>True</AutoGen>
83+
<DependentUpon>LexEdStrings.resx</DependentUpon>
84+
</Compile>
85+
</ItemGroup>
86+
<ItemGroup>
87+
<EmbeddedResource Update="LexEdStrings.resx">
88+
<Generator>ResXFileCodeGenerator</Generator>
89+
<LastGenOutput>LexEdStrings.Designer.cs</LastGenOutput>
90+
</EmbeddedResource>
91+
</ItemGroup>
7992
</Project>

Src/LexText/Lexicon/LexEdStrings.Designer.cs

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Src/xWorks/xWorksStrings.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1079,7 +1079,7 @@ See USFM documentation for help.</value>
10791079
<comment>this message is displayed in a progress report dialog</comment>
10801080
</data>
10811081
<data name="ksPreparingPublicationDisplay" xml:space="preserve">
1082-
<value>Preparing to display the Dictionary view</value>
1082+
<value>Preparing to display the Dictionary layout</value>
10831083
<comment>this is the title for a progress report dialog</comment>
10841084
</data>
10851085
<data name="promptGenerateAllEntriesBeforePrinting" xml:space="preserve">

0 commit comments

Comments
 (0)