mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 03:07:56 +01:00
[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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user