fix(ui): remove OS name prefix from compat mode uninstall hint#415
Conversation
Remove "UOS 20" prefix from the uninstall tip in compatibility mode, so it shows "正在从兼容模式卸载xxx" instead of "正在从UOS 20兼容模式卸载xxx". 移除兼容模式卸载提示中的系统名称前缀,使提示信息更简洁。 Log: 去掉兼容模式卸载提示中的UOS 20前缀 PMS: BUG-362597 Influence: 兼容模式卸载时提示文本由"正在从UOS 20兼容模式卸载xxx"变为"正在从兼容模式卸载xxx",其余语言翻译文件同步更新。
There was a problem hiding this comment.
Sorry @pengfeixx, you have reached your weekly rate limit of 500000 diff characters.
Please try again later or upgrade to continue using Sourcery
deepin pr auto review你好!我是CodeGeeX。我已经仔细审查了你提供的 以下是我对本次代码变更的审查意见,涵盖语法逻辑、代码质量、代码性能和代码安全四个方面: 1. 语法逻辑
2. 代码质量
3. 代码性能
4. 代码安全
💡 改进建议
总结:这是一次非常清晰、规范的字符串重构修改,逻辑正确,符合 Qt 国际化的最佳实践,且提升了代码质量和 UI 一致性。可以放心合入。 |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: lzwind, pengfeixx The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Remove "UOS 20" prefix from the uninstall tip in compatibility mode, so it shows "正在从兼容模式卸载xxx" instead of
"正在从UOS 20兼容模式卸载xxx".
移除兼容模式卸载提示中的系统名称前缀,使提示信息更简洁。
Log: 去掉兼容模式卸载提示中的UOS 20前缀
PMS: BUG-362597
Influence: 兼容模式卸载时提示文本由"正在从UOS 20兼容模式卸载xxx"变为"正在从兼容模式卸载xxx",其余语言翻译文件同步更新。