Skip to content

Commit

Permalink
The label has been updated to provide clarity for the user
Browse files Browse the repository at this point in the history
  • Loading branch information
apiweb authored Aug 2, 2023
1 parent dda6cf5 commit f42cfe9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/web/mjs/engine/Settings.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ export default class Settings extends EventTarget {
};

this.includesComicFile = {
label: 'Include Comic File',
description: 'Include the comic file (.xml) in the chapter archive',
label: 'Include Comic File in CBZ',
description: 'Include a comic file (comicinfo.xml) in the chapter archive',
input: types.checkbox,
value: false
};
Expand Down Expand Up @@ -427,4 +427,4 @@ export default class Settings extends EventTarget {
return value;
}
}
}
}

0 comments on commit f42cfe9

Please sign in to comment.