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

Commit 49d489f

Browse files
author
Narciso Jaramillo
committed
Merge pull request #7508 from LucasKA/projSettingsDialogBtn
Changed project settings dialog from OK to Done
2 parents 9bbfcea + 70799af commit 49d489f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/htmlContent/project-settings-dialog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ <h1 class="dialog-title">{{title}}</h1>
1212
</div>
1313
<div class="modal-footer">
1414
<button class="dialog-button btn" data-button-id="cancel">{{Strings.CANCEL}}</button>
15-
<button class="dialog-button btn primary" data-button-id="ok">{{Strings.OK}}</button>
15+
<button class="dialog-button btn primary" data-button-id="ok">{{Strings.DONE}}</button>
1616
</div>
1717
</div>

src/nls/root/strings.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ define({
123123
"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?",
124124

125125
// Generic dialog/button labels
126+
"DONE" : "Done",
126127
"OK" : "OK",
127128
"CANCEL" : "Cancel",
128129
"DONT_SAVE" : "Don't Save",

0 commit comments

Comments
 (0)