summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2010-11-09 02:18:45 -0500
committerEndi Sukma Dewata <edewata@redhat.com>2010-11-09 02:18:45 -0500
commit90b421b834a48f40572ed59dc83f6ca4479bebca (patch)
treef9c62ca8802a1bcdf58076708e5342d6bd62f2dc /install
parent1f9531bea203e7c4706ec5607fcb3c3111436373 (diff)
downloadfreeipa-90b421b834a48f40572ed59dc83f6ca4479bebca.tar.gz
freeipa-90b421b834a48f40572ed59dc83f6ca4479bebca.tar.xz
freeipa-90b421b834a48f40572ed59dc83f6ca4479bebca.zip
Renamed button.deletes to button.remove.
Diffstat (limited to 'install')
-rwxr-xr-xinstall/static/widget.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/static/widget.js b/install/static/widget.js
index af17b9300..b4f52b1a3 100755
--- a/install/static/widget.js
+++ b/install/static/widget.js
@@ -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');