Skip to content

Commit 528db91

Browse files
String change for Health Data Dialog
1 parent 3757530 commit 528db91

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

src/nls/root/strings.js

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ define({
415415
"CMD_RELEASE_NOTES" : "Release Notes",
416416
"CMD_GET_INVOLVED" : "Get Involved",
417417
"CMD_SHOW_EXTENSIONS_FOLDER" : "Show Extensions Folder",
418-
"CMD_HEALTH_DATA_STATISTICS" : "HealthData Statistics",
418+
"CMD_HEALTH_DATA_STATISTICS" : "Health Data Report",
419419
"CMD_HOMEPAGE" : "{APP_TITLE} Homepage",
420420
"CMD_TWITTER" : "{TWITTER_NAME} on Twitter",
421421
"CMD_ABOUT" : "About {APP_TITLE}",
@@ -593,7 +593,7 @@ define({
593593
// extensions/default/HealthData
594594
"HEALTH_DATA_NOTIFICATION" : "Health Data Preferences",
595595
"HEALTH_DATA_DO_TRACK" : "Yes, I would like to share information on how I use Brackets.",
596-
"HEALTH_DATA_NOTIFICATION_MESSAGE" : "In order to improve Brackets, we periodically send <strong>anonymous</strong> data about how you use Brackets.",
596+
"HEALTH_DATA_NOTIFICATION_MESSAGE" : "In order to improve Brackets we are implementing a new Health Report that sends <strong>anonymous</strong> data to Adobe about how you use Brackets. This report will help the core team and extension developers prioritize features, find bugs, and spot usability and discoverability issues.<br><br>You can see the data being sent as well as change your preference at any time by going to <strong>Help->Health Data Report</strong>. Learn more about the Brackets Health Report and track status <a href='https://github.com/adobe/brackets/wiki/Health-Data'>on our wiki page</a>.",
597597
"HEALTH_DATA_PREVIEW" : "Health Data Preview",
598598

599599
// extensions/default/InlineTimingFunctionEditor
@@ -648,12 +648,5 @@ define({
648648
"FADE_FOLD_BUTTONS" : "Fade fold buttons",
649649
"FADE_FOLD_BUTTONS_HELP" : "Hides the fold buttons unless the mouse is over the gutter",
650650
"MAX_FOLD_LEVEL" : "Maximum number of nested folds",
651-
"MAX_FOLD_LEVEL_HELP" : "Used to limit the number of nested folds to find and collapse when View -> Collapse All is called or Alt is held down when collapsing. Should improve performance for large files.",
652-
653-
//Health Data
654-
"HEALTH_DATA_NOTIFICATION" : "HealthData Preferences",
655-
"HEALTH_DATA_DO_TRACK" : "Yes, I would like to share information on how I use the Brackets.",
656-
"HEALTH_DATA_NOTIFICATION_MESSAGE" : "In order to improve Brackets, we periodically send <strong>anonymous</strong> data about how you use the Brackets.",
657-
"HEALTH_DATA_PREVIEW" : "Health Data Preview File",
658-
"HEALTH_DATA_PREVIEW_MESSAGE" : "No Data to Show"
651+
"MAX_FOLD_LEVEL_HELP" : "Used to limit the number of nested folds to find and collapse when View -> Collapse All is called or Alt is held down when collapsing. Should improve performance for large files."
659652
});

0 commit comments

Comments
 (0)