Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 50cbe1b

Browse files
committed
Switch "Brackets" to "{APP_NAME}" in strings
1 parent 994a970 commit 50cbe1b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/nls/root/strings.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -602,11 +602,11 @@ define({
602602

603603
// extensions/default/HealthData
604604
"HEALTH_DATA_NOTIFICATION" : "Health Report Preferences",
605-
"HEALTH_FIRST_POPUP_TITLE" : "Brackets Health Report",
606-
"HEALTH_DATA_DO_TRACK" : "Share anonymous information on how I use Brackets",
607-
"HEALTH_DATA_NOTIFICATION_MESSAGE" : "In order to improve Brackets, we periodically send limited, <strong>anonymous</strong> statistics to Adobe about how you use Brackets. This information helps prioritize features, find bugs, and spot usability issues.<br><br>You can see your data or choose not to share data by selecting <strong>Help > Health Report</strong>.<br><br><a href='https://github.com/adobe/brackets/wiki/Health-Data'>Learn more about Brackets Health Report</a>",
608-
"HEALTH_DATA_PREVIEW" : "Brackets Health Report",
609-
"HEALTH_DATA_PREVIEW_INTRO" : "<p>In order to improve Brackets, we periodically send limited, <strong>anonymous</strong> statistics to Adobe about how you use Brackets. This information helps prioritize features, find bugs, and spot usability issues. <a href='https://github.com/adobe/brackets/wiki/Health-Data'>Learn more about Brackets Health Report</a> and how it benefits the Brackets community while protecting your privacy.</p><p>Below is a preview of the data that will be sent in your next Health Report <em>if</em> it is enabled.</p>",
605+
"HEALTH_FIRST_POPUP_TITLE" : "{APP_NAME} Health Report",
606+
"HEALTH_DATA_DO_TRACK" : "Share anonymous information on how I use {APP_NAME}",
607+
"HEALTH_DATA_NOTIFICATION_MESSAGE" : "In order to improve {APP_NAME}, we periodically send limited, <strong>anonymous</strong> statistics to Adobe about how you use {APP_NAME}. This information helps prioritize features, find bugs, and spot usability issues.<br><br>You can see your data or choose not to share data by selecting <strong>Help > Health Report</strong>.<br><br><a href='https://github.com/adobe/brackets/wiki/Health-Data'>Learn more about {APP_NAME} Health Report</a>",
608+
"HEALTH_DATA_PREVIEW" : "{APP_NAME} Health Report",
609+
"HEALTH_DATA_PREVIEW_INTRO" : "<p>In order to improve {APP_NAME}, we periodically send limited, <strong>anonymous</strong> statistics to Adobe about how you use {APP_NAME}. This information helps prioritize features, find bugs, and spot usability issues. <a href='https://github.com/adobe/brackets/wiki/Health-Data'>Learn more about {APP_NAME} Health Report</a> and how it benefits the {APP_NAME} community while protecting your privacy.</p><p>Below is a preview of the data that will be sent in your next Health Report <em>if</em> it is enabled.</p>",
610610

611611
// extensions/default/InlineTimingFunctionEditor
612612
"INLINE_TIMING_EDITOR_TIME" : "Time",

0 commit comments

Comments
 (0)