UI: Change resize output text

The text for resizing the output based on source is inaccurate
because base and canvas are the same thing.
This commit is contained in:
Clayton Groeneveld 2018-09-23 20:38:39 -05:00
parent 47285c2ba6
commit b85f9236d8

View File

@ -870,5 +870,5 @@ About.Contribute="Want to contribute?"
# Dynamic output size
ResizeOutputSizeOfSource="Resize output (source size)"
ResizeOutputSizeOfSource.Text="The base and canvas resolution will be resized to the size of the current source."
ResizeOutputSizeOfSource.Text="The base and output resolution will be resized to the size of the current source."
ResizeOutputSizeOfSource.Continue="Do you want to continue?"