mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-11-24 04:12:32 +08:00
Fix break background file picker title
This commit is contained in:
parent
2fd9be8603
commit
9a0054ecb9
@ -4486,6 +4486,9 @@ Change the break timer color using the same keys that the drawing color. The bre
|
||||
<data name="ZoomIt_Break_BackgroundFile_BrowseButton.Content" xml:space="preserve">
|
||||
<value>Browse</value>
|
||||
</data>
|
||||
<data name="ZoomIt_Break_BackgroundFile_Picker_Dialog_Title" xml:space="preserve">
|
||||
<value>Specify background file...</value>
|
||||
</data>
|
||||
<data name="FilePicker_ZoomIt_BitmapFilesFilter" xml:space="preserve">
|
||||
<value>Bitmap Files</value>
|
||||
</data>
|
||||
|
@ -570,7 +570,7 @@ namespace Microsoft.PowerToys.Settings.UI.ViewModels
|
||||
try
|
||||
{
|
||||
ResourceLoader resourceLoader = ResourceLoaderInstance.ResourceLoader;
|
||||
string title = resourceLoader.GetString("ZoomIt_Break_SoundFile_Picker_Dialog_Title");
|
||||
string title = resourceLoader.GetString("ZoomIt_Break_BackgroundFile_Picker_Dialog_Title");
|
||||
string bitmapFilesFilter = resourceLoader.GetString("FilePicker_ZoomIt_BitmapFilesFilter");
|
||||
string allPictureFilesFilter = resourceLoader.GetString("FilePicker_ZoomIt_AllPicturesFilter");
|
||||
string allFilesFilter = resourceLoader.GetString("FilePicker_AllFilesFilter");
|
||||
|
Loading…
Reference in New Issue
Block a user