Simplify create date description used in filter dialog (#2107)

* Simplify create date description

* Update localized files with new description
This commit is contained in:
Lewis Sanchez
2023-06-20 12:16:20 -07:00
committed by GitHub
parent 7f6b357eb0
commit 272d2fdb92
3 changed files with 4 additions and 4 deletions

View File

@@ -1507,7 +1507,7 @@
<comment></comment>
</data>
<data name="FilterCreateDateDescription" xml:space="preserve">
<value>Select or type a creation date to include or exclude objects created at any time on that date, or enter a starting and ending date to include or exclude objects created in that inclusive date range.</value>
<value>Include or exclude objects based on their creation date.</value>
<comment></comment>
</data>
<data name="FilterIsNativelyCompiled" xml:space="preserve">

View File

@@ -731,7 +731,7 @@ FilterDurabilitySchemaAndData = Schema and Data
FilterIsMemoryOptimized = Is Memory Optimized
FilterIsMemoryOptimizedDescription = Include or exclude objects based on whether the object is memory optimized.
FilterCreateDate = Create Date
FilterCreateDateDescription = Select or type a creation date to include or exclude objects created at any time on that date, or enter a starting and ending date to include or exclude objects created in that inclusive date range.
FilterCreateDateDescription = Include or exclude objects based on their creation date.
FilterIsNativelyCompiled = Is Natively Compiled
FilterIsNativelyCompiledDescription = Include or exclude objects based on whether the object is natively compiled.
FilterInPrimaryKey = In Primary Key

View File

@@ -7188,8 +7188,8 @@ The Query Processor estimates that implementing the following index could improv
<note></note>
</trans-unit>
<trans-unit id="FilterCreateDateDescription">
<source>Select or type a creation date to include or exclude objects created at any time on that date, or enter a starting and ending date to include or exclude objects created in that inclusive date range.</source>
<target state="new">Select or type a creation date to include or exclude objects created at any time on that date, or enter a starting and ending date to include or exclude objects created in that inclusive date range.</target>
<source>Include or exclude objects based on their creation date.</source>
<target state="new">Include or exclude objects based on their creation date.</target>
<note></note>
</trans-unit>
<trans-unit id="FilterIsNativelyCompiled">