]> xenbits.xensource.com Git - xenclient/build.git/commitdiff
[cosmetic] s/Install/Fresh Install/
authorChristopher Clark <christopher.clark@citrix.com>
Wed, 9 Sep 2009 20:59:50 +0000 (13:59 -0700)
committerChristopher Clark <christopher.clark@citrix.com>
Wed, 9 Sep 2009 20:59:50 +0000 (13:59 -0700)
target/generic/target_xenclient_installer_skeleton/install/stages/Find-existing-install

index 0c14e28564d4682b73076d0837cd25b9949750eb..a2838be20164a365aefc08d3504a891000bff474 100755 (executable)
@@ -43,7 +43,7 @@ else
     fi
 
     if detect_prior_installation ; then
-        dialog --yes-label Upgrade --no-label Install --yesno "An existing installation has been detected.\n\nPlease choose whether to perform an upgrade\nor to erase and perform a fresh installation." 8 50
+        dialog --yes-label Upgrade --no-label "Fresh Install" --yesno "An existing installation has been detected.\n\nPlease choose whether to perform an upgrade\nor to erase and perform a fresh installation." 8 50
 
         OPT=$?
         if [ ${OPT} = 0 ] ; then