提交 81dedc0c 编写于 作者: B Benjamin Pasero

Listing for Encoding Confusing (fixes #35146)

上级 67a8479b
......@@ -1185,7 +1185,7 @@ export class ChangeEncodingAction extends Action {
aliasMatchIndex = index;
}
return { id: key, label: SUPPORTED_ENCODINGS[key].labelLong };
return { id: key, label: SUPPORTED_ENCODINGS[key].labelLong, description: key };
});
// If we have a guessed encoding, show it first unless it matches the configured encoding
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册