From df6123752a5b2b5bffc20454cace7ab64d82388d Mon Sep 17 00:00:00 2001 From: knoxHuang Date: Thu, 2 Jan 2025 18:14:37 +0800 Subject: [PATCH] Fix the Issue of Incorrect i18n Property Name for maxWidth in Rich Text --- editor/i18n/zh/modules/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/i18n/zh/modules/ui.js b/editor/i18n/zh/modules/ui.js index a32bd7fe44f..bfee39be224 100644 --- a/editor/i18n/zh/modules/ui.js +++ b/editor/i18n/zh/modules/ui.js @@ -171,7 +171,7 @@ module.exports = { '3. CHAR: 将文本拆分为字符并且把字符纹理缓存到一张字符图集中进行复用,适用于字符内容重复并且频繁更新的文本内容。', }, 'maxWidth': { - displayName: '缓存模式', + displayName: '最大宽度', tooltip: '富文本的最大宽度, 传 0 的话意味着必须手动换行。', }, 'lineHeight': {