1
0
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:
Narciso Jaramillo 2014-06-03 19:48:37 -04:00
commit 49d489f351
2 changed files with 2 additions and 1 deletions

View File

@ -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>

View File

@ -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",