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:21 UTC

git commit: updated refs/heads/master to ab1df16

Repository: cloudstack
Updated Branches:
  refs/heads/master d75ce3f5c -> ab1df169f


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

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

This closes #245


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ab1df169
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/ab1df169
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/ab1df169

Branch: refs/heads/master
Commit: ab1df169f25641df8da452e41a0d9feee71e7cce
Parents: d75ce3f
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:51:56 2015 +0200

----------------------------------------------------------------------
 ui/scripts/docs.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ab1df169/ui/scripts/docs.js
----------------------------------------------------------------------
diff --git a/ui/scripts/docs.js b/ui/scripts/docs.js
index dea6881..c8337e1 100755
--- a/ui/scripts/docs.js
+++ b/ui/scripts/docs.js
@@ -1168,7 +1168,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: {
@@ -1209,7 +1209,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: {