Skip to content

Commit

Permalink
change "non persistent" to "nonpersistent"
Browse files Browse the repository at this point in the history
For #696
  • Loading branch information
kkapsner committed Apr 9, 2024
1 parent 0f3141e commit a8e192f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@
},

"rng_description": {
"message": "none (completely white): a completely white image is returned. The option \"Fake the alpha channel\" should be activated with this. CAUTION: Do not use this with the \"fake at input\" mode.\n\nnon persistent: the random numbers will be determined freshly for each faking action. Keep in mind that many API protections have caches in place to prevent detection.\n\nconstant: variation of non persistent. But when altering canvas data same colored pixels also share the same color afterwards.\n\npersistent: the random number will only be determined once for every domain.",
"message": "none (completely white): a completely white image is returned. The option \"Fake the alpha channel\" should be activated with this. CAUTION: Do not use this with the \"fake at input\" mode.\n\nnonpersistent: the random numbers will be determined freshly for each faking action. Keep in mind that many API protections have caches in place to prevent detection.\n\nconstant: variation of nonpersistent. But when altering canvas data same colored pixels also share the same color afterwards.\n\npersistent: the random number will only be determined once for every domain.",
"description": ""
},
"rng_options.persistent": {
Expand All @@ -544,7 +544,7 @@
"description": ""
},
"rng_options.nonPersistent": {
"message": "non persistent",
"message": "nonpersistent",
"description": ""
},
"rng_options.white": {
Expand Down Expand Up @@ -1626,7 +1626,7 @@
"description": ""
},
"sanitation_resolution.switchToNonPersistentRng": {
"message": "switch to \"non persistent\" rng",
"message": "switch to \"nonpersistent\" rng",
"description": ""
},
"sanitation_error.fakeEverythingInCanvas": {
Expand Down

2 comments on commit a8e192f

@spodermenpls
Copy link
Contributor

@spodermenpls spodermenpls commented on a8e192f Apr 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kkapsner While we're at it, I just noticed that "site specific" in the English locale should be written with a hyphen, so "site-specific", as it is spelled for example here https://en.wikipedia.org/wiki/Site-specific_art or here https://www.dictionary.com/browse/site-specific (both in British and American English, as far as I could see).

@kkapsner
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK

Please sign in to comment.