Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all 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/project-settings-dialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ <h1 class="dialog-title">{{title}}</h1>
</div>
<div class="modal-footer">
<button class="dialog-button btn" data-button-id="cancel">{{Strings.CANCEL}}</button>
<button class="dialog-button btn primary" data-button-id="ok">{{Strings.OK}}</button>
<button class="dialog-button btn primary" data-button-id="ok">{{Strings.DONE}}</button>
</div>
</div>
1 change: 1 addition & 0 deletions src/nls/root/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ define({
"EXT_DELETED_MESSAGE" : "<span class='dialog-filename'>{0}</span> has been deleted on disk, but has unsaved changes in {APP_NAME}.<br /><br />Do you want to keep your changes?",

// Generic dialog/button labels
"DONE" : "Done",
"OK" : "OK",
"CANCEL" : "Cancel",
"DONT_SAVE" : "Don't Save",
Expand Down