mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
[fxcop] image resizer ui (#6841)
* adjustments * Settings fixed * Getting resizing tests operational again * fixed default vs loading from settings * one small tewak
This commit is contained in:
@@ -36,7 +36,7 @@ namespace ImageResizer.Views
|
||||
|
||||
return string.Format(
|
||||
culture,
|
||||
Resources.ResourceManager.GetString(builder.ToString()),
|
||||
Resources.ResourceManager.GetString(builder.ToString(), culture),
|
||||
timeRemaining.Hours,
|
||||
timeRemaining.Minutes,
|
||||
timeRemaining.Seconds);
|
||||
|
||||
Reference in New Issue
Block a user