浏览代码

Change title to title case

j433866 6 年之前
父节点
当前提交
b312e17904
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/core/operations/ConvertImageFormat.mjs

+ 1 - 1
src/core/operations/ConvertImageFormat.mjs

@@ -21,7 +21,7 @@ class ConvertImageFormat extends Operation {
     constructor() {
     constructor() {
         super();
         super();
 
 
-        this.name = "Convert image format";
+        this.name = "Convert Image Format";
         this.module = "Image";
         this.module = "Image";
         this.description = "Converts an image between different formats. Supported formats:<br><ul><li>Joint Photographic Experts Group (JPEG)</li><li>Portable Network Graphics (PNG)</li><li>Bitmap (BMP)</li><li>Tagged Image File Format (TIFF)</li></ul><br>Note: GIF files are supported for input, but cannot be outputted.";
         this.description = "Converts an image between different formats. Supported formats:<br><ul><li>Joint Photographic Experts Group (JPEG)</li><li>Portable Network Graphics (PNG)</li><li>Bitmap (BMP)</li><li>Tagged Image File Format (TIFF)</li></ul><br>Note: GIF files are supported for input, but cannot be outputted.";
         this.infoURL = "https://wikipedia.org/wiki/Image_file_formats";
         this.infoURL = "https://wikipedia.org/wiki/Image_file_formats";