Skip to content

Commit 1962f3a

Browse files
committed
Updated Strings
1 parent 224c558 commit 1962f3a

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

src/Files.App/Strings/en-US/Resources.resw

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -231,17 +231,14 @@
231231
<data name="CacheThumbnails" xml:space="preserve">
232232
<value>Cache thumbnails</value>
233233
</data>
234-
<data name="CacheSizeLimitMB" xml:space="preserve">
235-
<value>Cache size limit (MB)</value>
236-
</data>
237234
<data name="CacheSizeLimitDescription" xml:space="preserve">
238235
<value>Maximum disk space to use for thumbnail cache (100-5000 MB).</value>
239236
</data>
240237
<data name="CacheSizeLimit" xml:space="preserve">
241238
<value>Cache Size Limit</value>
242239
</data>
243240
<data name="ClearCachedThumbnails" xml:space="preserve">
244-
<value>Clear cached thumbnails to free up disk space</value>
241+
<value>Clear cached thumbnails to free up space</value>
245242
</data>
246243
<data name="CurrentCacheSize" xml:space="preserve">
247244
<value>Current cache size: </value>

src/Files.App/Views/Settings/AdvancedPage.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
<wctcontrols:SettingsExpander.Items>
171171

172172
<!-- Cache Size Limit -->
173-
<wctcontrols:SettingsCard Header="{helpers:ResourceString Name=CacheSizeLimitMB}" IsEnabled="{x:Bind ViewModel.EnableThumbnailCache, Mode=OneWay}">
173+
<wctcontrols:SettingsCard Header="{helpers:ResourceString Name=CacheSizeLimit}" IsEnabled="{x:Bind ViewModel.EnableThumbnailCache, Mode=OneWay}">
174174
<wctcontrols:SettingsCard.Description>
175175
<TextBlock Text="{helpers:ResourceString Name=CacheSizeLimitDescription}" TextWrapping="WrapWholeWords" />
176176
</wctcontrols:SettingsCard.Description>

0 commit comments

Comments
 (0)