CLOUDSTACK-1667: Make a better description of the extractable flag Signed-off-by: Rohit Yadav <[email protected]>
This closes #245 (cherry picked from commit ab1df169f25641df8da452e41a0d9feee71e7cce) Signed-off-by: Rohit Yadav <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/877c07e1 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/877c07e1 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/877c07e1 Branch: refs/heads/master Commit: 877c07e126adf11d6cbbb03e0d60e5cb4724b9c8 Parents: 94b5e27 Author: Erik Weber <[email protected]> Authored: Tue May 12 12:37:51 2015 +0200 Committer: Rohit Yadav <[email protected]> Committed: Tue May 12 12:52:27 2015 +0200 ---------------------------------------------------------------------- ui/scripts/docs.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/877c07e1/ui/scripts/docs.js ---------------------------------------------------------------------- diff --git a/ui/scripts/docs.js b/ui/scripts/docs.js index 8ef9f24..d38bcf7 100755 --- a/ui/scripts/docs.js +++ b/ui/scripts/docs.js @@ -1154,7 +1154,7 @@ cloudStack.docs = { externalLink: '' }, helpRegisterISOExtractable: { - desc: 'Whether the ISO is extractable or not', + desc: 'Whether the ISO is downloadable by users or not', externalLink: '' }, helpRegisterISOPublic: { @@ -1195,7 +1195,7 @@ cloudStack.docs = { externalLink: '' }, helpRegisterTemplateExtractable: { - desc: 'Whether the template is extractable or not', + desc: 'Whether the template is downloadable by users or not', externalLink: '' }, helpRegisterTemplateDynamicallyScalable: {
