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

Commit

Permalink
Merge pull request #8715 from Denisov21/patch-12
Browse files Browse the repository at this point in the history
Update themes-settings.html and strings.js
  • Loading branch information
ingorichter committed Aug 20, 2014
2 parents b5fa44a + 143aa0a commit d11f015
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.THEMES_SETTINGS}}</h1>
</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

0 comments on commit d11f015

Please sign in to comment.