From dd9b1837fc7561c472a5a42bad605769b8476ea0 Mon Sep 17 00:00:00 2001 From: Chris Malley Date: Thu, 5 Oct 2023 08:39:50 -0600 Subject: [PATCH] Update prototype-checklist.md --- checklists/prototype-checklist.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checklists/prototype-checklist.md b/checklists/prototype-checklist.md index 27302774..665ed382 100644 --- a/checklists/prototype-checklist.md +++ b/checklists/prototype-checklist.md @@ -6,7 +6,7 @@ a prototype version is published. - [ ] Run with `stringTest=X` to verify that all strings are translatable. You should see nothing but 'X' strings in the running sim. This is important because prototypes are translatable. -- [ ] Inspect `{REPO}-strings_en.json` and verify that all string keys conform to [string key conventions](https://github.com/phetsims/phet-info/blob/main/doc/string-key-conventions.md). +- [ ] Inspect `{REPO}-strings_en.json` and verify that all string keys conform to [PhET string key conventions](https://github.com/phetsims/phet-info/blob/main/doc/string-key-conventions.md). String keys are difficult to change after a sim has been published, and they appear in the PhET-iO API (and Studio) as the phetioIDs for StringProperties.