From 496fbbd9195d58f614fb169eebcdb95f93263729 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Wed, 23 May 2012 09:27:28 +0200 Subject: 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 --- install/ui/facet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/ui/facet.js') 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 } ]; -- cgit