diff --git a/resources/lang/en/options.yml b/resources/lang/en/options.yml index a94c10c2..cfb422a8 100644 --- a/resources/lang/en/options.yml +++ b/resources/lang/en/options.yml @@ -9,7 +9,7 @@ homepage: favicon_url: title: Website Icon hint: Path relative to resources/assets/ or full URL. - description: The given image must have same width and height. + description: The given image must have same width and height (leave blank to use default icon). copyright_prefer: title: Program Copyright description: Any evil modification applied on the footer program copyright (including deleting, modifying author, changing link target) with out permission is FORBIDDEN. The author reserves the right to pursue relevant responsibilities. diff --git a/resources/lang/zh_CN/options.yml b/resources/lang/zh_CN/options.yml index b64b6ab9..d5120857 100644 --- a/resources/lang/zh_CN/options.yml +++ b/resources/lang/zh_CN/options.yml @@ -9,7 +9,7 @@ homepage: favicon_url: title: 网站图标 hint: 相对 resources/assets/ 的路径或者完整的 URL - description: 所使用的图像必须具有相同的宽度和高度 + description: 所使用的图像必须具有相同的宽度和高度(留空以使用默认图标) copyright_prefer: title: 程序版权信息 description: 对于任何恶意修改页面右下角的版权信息(包括不限于删除、修改作者信息、修改链接指向)的用户,作者保留对其追究责任的权力。