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

Commit

Permalink
Merge pull request #10 from sc0ttman/master
Browse files Browse the repository at this point in the history
Override default Picker buttons
  • Loading branch information
Mitchell Simoens committed May 14, 2012
2 parents 50602a1 + 294fd2e commit d83e4e9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Ux/locale/override/st/picker/Picker.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Ext.define('Ux.locale.override.st.picker.Picker', {
override: 'Ext.picker.Picker',
config: {
doneButton: {
locales: {
text: 'buttons.done'
}
},
cancelButton: {
locales: {
text: 'buttons.cancel'
}
}
}
});

0 comments on commit d83e4e9

Please sign in to comment.