[Settings][ImageResizer] Add fallback encoder description (#32563)

* [Settings][ImageResizer] Add fallback encoder description

The ImageResizer provides the *Fallback encoder* setting. It is not obvious what it is a fallback for.

[The documentation on *Fallback encoding*](https://learn.microsoft.com/en-us/windows/powertoys/image-resizer#fallback-encoding) describes it.

Add a description to the setting to make it obvious and descriptive from the settings dialog setting alone.

* Drop read-write parens from text
This commit is contained in:
Jan Klass
2024-05-04 23:00:37 +02:00
committed by GitHub
parent 9543092406
commit 3fe78fed65

View File

@@ -1494,6 +1494,9 @@
<data name="ImageResizer_FallBackEncoderText.Header" xml:space="preserve">
<value>Fallback encoder</value>
</data>
<data name="ImageResizer_FallBackEncoderText.Description" xml:space="preserve">
<value>Used when missing encoder for original format</value>
</data>
<data name="ImageResizer_FileFormatDescription.Text" xml:space="preserve">
<value>The following parameters can be used:</value>
</data>