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

Update themes-settings.html and strings.js #8715

Merged
merged 5 commits into from
Aug 20, 2014
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/htmlContent/themes-settings.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="theme-settings modal">
<div class="modal-header">
<h1 class="dialog-title">Themes Settings</h1>
<h1 class="dialog-title">{{Strings.THEME_SETTINGS}}</h1>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Strings.THEME_SETTINGS does not match what you have defined in strings.js.

</div>
<div class="modal-body">
<form class="form-horizontal">
Expand Down
1 change: 1 addition & 0 deletions src/nls/root/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@ define({
"USE_THEME_SCROLLBARS" : "Use Theme Scrollbars",
"FONT_SIZE" : "Font Size",
"FONT_FAMILY" : "Font Family",
"THEMES_SETTINGS" : "Themes Settings",

// CSS Quick Edit
"BUTTON_NEW_RULE" : "New Rule",
Expand Down