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

Commit c2deabe

Browse files
committed
Merge pull request #3600 from adobe/jasonsanjose/issue-3576
add web platform docs notice to about dialog
2 parents 163dc24 + 9802a6c commit c2deabe

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/htmlContent/about-dialog.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ <h2>{{APP_NAME_ABOUT_BOX}}</h2>
99
<div class="about-info">
1010
<p class="dialog-message">{{ABOUT_TEXT_LINE1}} <span id="about-build-number">{{BUILD_INFO}}</span></p>
1111
<p class="dialog-message"><!-- $NON-NLS$ -->Copyright 2012 - 2013 Adobe Systems Incorporated and its licensors. All rights reserved.</p>
12+
<p class="dialog-message">{{{ABOUT_TEXT_WEB_PLATFORM_DOCS}}}</p>
1213
<p class="dialog-message">{{{ABOUT_TEXT_LINE3}}}</p>
1314
<p class="dialog-message">{{{ABOUT_TEXT_LINE4}}}</p>
1415
<p class="dialog-message">

src/nls/root/strings.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ define({
293293
"ABOUT_TEXT_LINE4" : "Documentation and source at <a class=\"clickable-link\" data-href=\"https://github.com/adobe/brackets/\">https://github.com/adobe/brackets/</a>",
294294
"ABOUT_TEXT_LINE5" : "Made with \u2764 and JavaScript by:",
295295
"ABOUT_TEXT_LINE6" : "Lots of people (but we're having trouble loading that data right now).",
296+
"ABOUT_TEXT_WEB_PLATFORM_DOCS" : "Web Platform Docs and the Web Platform graphical logo are licensed under a Creative Commons Attribution license, <a class=\"clickable-link\" data-href=\"http://creativecommons.org/licenses/by/3.0/\">CC-BY 3.0 Unported</a>.",
296297
"UPDATE_NOTIFICATION_TOOLTIP" : "There's a new build of {APP_NAME} available! Click here for details.",
297298
"UPDATE_AVAILABLE_TITLE" : "Update Available",
298299
"UPDATE_MESSAGE" : "Hey, there's a new build of {APP_NAME} available. Here are some of the new features:",

0 commit comments

Comments
 (0)