diff options
author | Endi S. Dewata <edewata@redhat.com> | 2011-07-27 16:35:16 -0500 |
---|---|---|
committer | Endi S. Dewata <edewata@redhat.com> | 2011-07-28 00:01:45 +0000 |
commit | 1b09ca53a211316e4e6541bafad68df594b8f2b3 (patch) | |
tree | 60859c20a4225e3fe2583c33b8f13eedb24c1997 /install | |
parent | a9a9f00aa9a4d0b5258b5cdb08ade752ab53398b (diff) | |
download | freeipa-1b09ca53a211316e4e6541bafad68df594b8f2b3.tar.gz freeipa-1b09ca53a211316e4e6541bafad68df594b8f2b3.tar.xz freeipa-1b09ca53a211316e4e6541bafad68df594b8f2b3.zip |
Fixed hard-coded label in Find button.
The IPA.adder_dialog has been modified to use translated label for
the Find button.
Diffstat (limited to 'install')
-rw-r--r-- | install/ui/dialog.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/dialog.js b/install/ui/dialog.js index ada30b0f..513a5b9f 100644 --- a/install/ui/dialog.js +++ b/install/ui/dialog.js @@ -427,7 +427,7 @@ IPA.adder_dialog = function (spec) { $('<input/>', { type: 'button', name: 'find', - value: 'Find' + value: IPA.messages.buttons.find }).appendTo(search_panel); $('<input/>', { |