зеркало из https://github.com/mozilla/brackets.git
Merge pull request #1674 from adobe/jasonsanjose/trademark
New app name strings
This commit is contained in:
Коммит
a1fe02b317
|
@ -269,14 +269,15 @@ define(function (require, exports, module) {
|
|||
|
||||
// Localize MainViewHTML and inject into <BODY> tag
|
||||
var templateVars = $.extend({
|
||||
ABOUT_ICON : brackets.config.about_icon,
|
||||
VERSION : brackets.metadata.version
|
||||
ABOUT_ICON : brackets.config.about_icon,
|
||||
APP_NAME_ABOUT_BOX : brackets.config.app_name_about,
|
||||
VERSION : brackets.metadata.version
|
||||
}, Strings);
|
||||
|
||||
$("body").html(Mustache.render(MainViewHTML, templateVars));
|
||||
|
||||
// Update title
|
||||
$("title").text(Strings.APP_NAME);
|
||||
$("title").text(brackets.config.app_title);
|
||||
|
||||
// Dispatch htmlReady callbacks
|
||||
AppInit._dispatchReady(AppInit.HTML_READY);
|
||||
|
|
|
@ -185,7 +185,7 @@
|
|||
<div class="modal-body">
|
||||
<img class="about-icon" src="{{ABOUT_ICON}}">
|
||||
<div class="about-text">
|
||||
<h2>{{APP_NAME}}</h2>
|
||||
<h2>{{APP_NAME_ABOUT_BOX}}</h2>
|
||||
<p class="dialog-message">{{ABOUT_TEXT_LINE1}} {{VERSION}}<span id="about-build-number"><!-- populated programmatically --></span></p>
|
||||
<p class="dialog-message"><!-- $NON-NLS$ -->Copyright 2012 Adobe Systems Incorporated and its licensors. All rights reserved.</p>
|
||||
<p class="dialog-message">{{{ABOUT_TEXT_LINE3}}}</p>
|
||||
|
|
|
@ -15,6 +15,8 @@
|
|||
},
|
||||
"config" :
|
||||
{
|
||||
"app_title" : "Brackets",
|
||||
"app_name_about" : "Brackets",
|
||||
"about_icon" : "styles/images/brackets_icon.svg",
|
||||
"show_debug_menu" : true,
|
||||
"enable_jslint" : true,
|
||||
|
|
Загрузка…
Ссылка в новой задаче