FileButton.js 140 B

1234567
  1. Ext.define("Ext.locale.pt_BR.field.FileButton", {
  2. override: "Ext.field.FileButton",
  3. config:{
  4. text: 'Arquivo...'
  5. }
  6. });