Renamed button.deletes to button.remove.

This commit is contained in:
Endi Sukma Dewata 2010-11-09 02:18:45 -05:00
parent 1f9531bea2
commit 90b421b834

View File

@ -714,7 +714,7 @@ function ipa_deleter_dialog(spec) {
var that = ipa_dialog(spec);
that.title = spec.title || IPA.messages.button.deletes;
that.title = spec.title || IPA.messages.button.remove;
that.remove = spec.remove;
that.super_open = that.super('open');