diff options
author | Petr Vobornik <pvoborni@redhat.com> | 2012-05-23 09:27:28 +0200 |
---|---|---|
committer | Petr Vobornik <pvoborni@redhat.com> | 2012-06-04 10:45:08 +0200 |
commit | 496fbbd9195d58f614fb169eebcdb95f93263729 (patch) | |
tree | cf9fcab43ddc0964dd605fce98276c4ec51de345 /install/ui/facet.js | |
parent | 888797ffac2c26e21129447ddc1d46167d36fc74 (diff) | |
download | freeipa.git-496fbbd9195d58f614fb169eebcdb95f93263729.tar.gz freeipa.git-496fbbd9195d58f614fb169eebcdb95f93263729.tar.xz freeipa.git-496fbbd9195d58f614fb169eebcdb95f93263729.zip |
Added missing i18n in action list and action panel
This patch adds strings to internal.py which were not translated in action list/panel patches.
https://fedorahosted.org/freeipa/ticket/2248
Diffstat (limited to 'install/ui/facet.js')
-rw-r--r-- | install/ui/facet.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/facet.js b/install/ui/facet.js index 3c87dcfc..62950f6c 100644 --- a/install/ui/facet.js +++ b/install/ui/facet.js @@ -1795,7 +1795,7 @@ IPA.action_list_widget = function(spec) { { type: 'button', name: 'apply', - label: "Apply" //TODO: translate + label: IPA.messages.actions.apply } ]; |