Skip to content

Commit

Permalink
rename show all users art setting
Browse files Browse the repository at this point in the history
renamed from time showing everyone art to Show all users art duration
  • Loading branch information
Eriku33 authored Aug 4, 2022
1 parent f89bc95 commit fa3d4b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export class Settings {

// Game master setting
game.settings.register("image-hover", "showArtTimer", {
name: "Time spent showing everyone art", // Setting name
name: "Show all users art duration", // Setting name
hint: "Time (milliseconds) that art appears to users on the same scene when the \"show all\" keybind is pressed.", // Setting description
restricted: true, // Game master only
scope: "world", // Global setting
Expand Down

0 comments on commit fa3d4b6

Please sign in to comment.