]> xenbits.xensource.com Git - xenclient/build.git/commitdiff
[installer] Changed prompts from "backend" to "XenClient Transmitter".
authorJean-Sebastien Legare <jean-sebastien.legare@citrix.com>
Mon, 19 Oct 2009 19:16:19 +0000 (12:16 -0700)
committerJean-Sebastien Legare <jean-sebastien.legare@citrix.com>
Mon, 19 Oct 2009 19:27:56 +0000 (12:27 -0700)
target/generic/target_xenclient_installer_skeleton/install/stages/Configure-backend
target/generic/target_xenclient_installer_skeleton/install/stages/Optional-backend

index e469b80181d1d11d61684fa7b0fae56517bc9c06..42687217029373010ba9511938b2c5ce6384fe32 100755 (executable)
@@ -6,7 +6,7 @@ unset BACKEND
 [ ! -r ${BACKEND_CONF} ] || . ${BACKEND_CONF}
 
 single_string_config "backend" \
-                     "Please enter the backend location" \
+                     "Please enter the XenClient Transmitter activation URL" \
                      "${BACKEND}" \
                      "BACKEND" \
                      "${BACKEND_CONF}" \
index fc8aba1adabb9bb936ab6f86391ed3c984cbf1b8..2f9523981dbdacfa39b63c727e5b71fbe3a695e1 100755 (executable)
@@ -14,7 +14,7 @@ if ! interactive ; then
     exit ${NoBackend}
 fi
 
-dialog --yes-label Configure --no-label Skip --yesno "Do you wish to configure a back end?" 6 40
+dialog --yes-label Configure --no-label Skip --yesno "Do you wish to configure your computer with a XenClient Transmitter?" 7 45
 
 OPT=$?
 [ "$OPT" != "0" ]   || exit ${Backend}