mirror of
https://github.com/adobe/brackets.git
synced 2024-11-20 09:53:00 +01:00
Merge pull request #7508 from LucasKA/projSettingsDialogBtn
Changed project settings dialog from OK to Done
This commit is contained in:
commit
49d489f351
@ -12,6 +12,6 @@
|
||||
</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>
|
||||
|
@ -123,6 +123,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",
|
||||
|
Loading…
Reference in New Issue
Block a user