From 0b428b832636fead6e5bba35f44a71eec22ea22f Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Thu, 7 Nov 2013 14:37:57 +0100 Subject: About dialog https://fedorahosted.org/freeipa/ticket/4018 --- install/ui/test/data/ipa_init.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'install/ui/test/data') diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json index bac77962e..f714fb432 100644 --- a/install/ui/test/data/ipa_init.json +++ b/install/ui/test/data/ipa_init.json @@ -52,6 +52,7 @@ "show_results": "Show Results" }, "buttons": { + "about": "About", "add": "Add", "add_and_add_another": "Add and Add Another", "add_and_close": "Add and Close", @@ -98,6 +99,8 @@ "dirty_title": "Unsaved Changes", "edit_title": "Edit ${entity}", "hide_details": "Hide details", + "about_title": "About", + "about_message": "${product}, version: ${version}", "prospective": "Prospective", "redirection": "Redirection", "remove_empty": "Select entries to be removed.", -- cgit