From 638bb480b49748191c25ff03d50acec0720cdf56 Mon Sep 17 00:00:00 2001 From: zepumph Date: Tue, 2 Apr 2019 15:39:59 -0800 Subject: [PATCH] remove unused a11y string https://github.com/phetsims/gravity-force-lab-basics/issues/107 --- js/ISLCA11yStrings.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/js/ISLCA11yStrings.js b/js/ISLCA11yStrings.js index c28a097..7eabc79 100644 --- a/js/ISLCA11yStrings.js +++ b/js/ISLCA11yStrings.js @@ -62,9 +62,6 @@ define( require => { forceAndVectorPattern: { value: 'Force on {{thisObjectLabel}} by {{otherObjectLabel}} is {{size}}, and vector points directly at {{otherObjectLabel}}.' }, - positionMeterMarkPattern: { - value: '{{positionUnit}} mark' - }, valueKilogramsPattern: { value: '{{value}} kilograms' },