瀏覽代碼

UI: Change resize output text

The text for resizing the output based on source is inaccurate
because base and canvas are the same thing.
Clayton Groeneveld 7 年之前
父節點
當前提交
b85f9236d8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      UI/data/locale/en-US.ini

+ 1 - 1
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?"