We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03760a3 commit 86b4ec0Copy full SHA for 86b4ec0
config/ConfigFormUnit.cpp
@@ -184,13 +184,13 @@ void TConfigForm::ApplyTranslation(TIniFile *ini)
184
MaxgameticksCbx->AddItem(L"15 次每秒", NULL);
185
186
System::UnicodeString shaderHint =
187
- L"一些着色器只有在启用缩放时才有效。\n\n";
+ L"一些着色器只有在启用放大时才有效。\n\n";
188
189
System::UnicodeString upscaleHint =
190
- L"必须启用缩放才能使此设置生效。\n\n";
+ L"必须启用放大才能使此设置生效。\n\n";
191
192
System::UnicodeString enableUpscaleHint =
193
- L"要启用缩放,请将显示方式设置为“无边框” \n"
+ L"要启用放大,请将显示方式设置为“无边框” \n"
194
"或“拉伸至全屏”。对于“窗口化”, \n"
195
"你必须调整窗口大小或将窗口开启最大化。";
196
0 commit comments