if(Ext.form.RadioGroup){
  Ext.apply(Ext.form.RadioGroup.prototype, {
    blankText : "このグループから1つのアイテムを選択しなければなりません。"
  });
}