You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2015/05/12 12:52:37 UTC

git commit: updated refs/heads/4.5 to 877c07e

Repository: cloudstack
Updated Branches:
  refs/heads/4.5 94b5e27a2 -> 877c07e12


CLOUDSTACK-1667: Make a better description of the extractable flag

Signed-off-by: Rohit Yadav <ro...@shapeblue.com>

This closes #245

(cherry picked from commit ab1df169f25641df8da452e41a0d9feee71e7cce)
Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


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/4.5
Commit: 877c07e126adf11d6cbbb03e0d60e5cb4724b9c8
Parents: 94b5e27
Author: Erik Weber <er...@huug.no>
Authored: Tue May 12 12:37:51 2015 +0200
Committer: Rohit Yadav <ro...@shapeblue.com>
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: {