The original help info of MKLINK lacks **\t** which makes the output text of wine cmd not fully aligned.
![before](/uploads/659f487299f8b25ab4211e111323a5c3/before.png){width="587" height="330"}
![after](/uploads/0c3a6b7dc1a5326555fe033fdf522953/after.png){width="586" height="330"}
From: Hongxin Zhao zhaohongxinxin@163.com
--- po/zh_CN.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/po/zh_CN.po b/po/zh_CN.po index ec4a9bc96af..e3e8390a950 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -14162,7 +14162,7 @@ msgstr "" "FTYPE\t\t显示或更改文件类型关联的打开命令\n" "HELP\t\t显示某个主题的帮助信息概览\n" "MD (MKDIR)\t创建子目录\n" -"MKLINK\t创建符号链接\n" +"MKLINK\t\t创建符号链接\n" "MORE\t\t分页显示输出\n" "MOVE\t\t移动一个或多个文件,或整个目录树\n" "PATH\t\t设置或显示命令搜索路径\n"
Hi,
Please change to commit summary to "po: Add a missing \t in the Simplified Chinese translation.".
I meant changing the commit's message, not the MR title. Also, please don't miss the period symbol at the end.
This merge request was closed by Hongxin Zhao.
Well, you don't need to close this one and open a new MR for that actually. You can just push the updated commit (with -f option) to your original branch (zhaohongxin-master-patch-92489).