From b85f9236d84501d06586e5398d00d9d69d2e564d Mon Sep 17 00:00:00 2001 From: Clayton Groeneveld Date: Sun, 23 Sep 2018 20:38:39 -0500 Subject: [PATCH] UI: Change resize output text The text for resizing the output based on source is inaccurate because base and canvas are the same thing. --- UI/data/locale/en-US.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/data/locale/en-US.ini b/UI/data/locale/en-US.ini index d3dd27224..2999d04b3 100644 --- a/UI/data/locale/en-US.ini +++ b/UI/data/locale/en-US.ini @@ -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?"